RleCompressorException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException, com.aspose.imaging.coreexceptions.CompressorException
public class RleCompressorException extends CompressorException
L’exception du compresseur rle.
Constructeurs
| Constructeur | Description |
|---|---|
| RleCompressorException(String message) | Initialise une nouvelle instance de la classe RleCompressorException. |
| RleCompressorException(String message, Throwable innerException) | Initialise une nouvelle instance de la classe RleCompressorException. |
RleCompressorException(String message)
public RleCompressorException(String message)
Initialise une nouvelle instance de la classe RleCompressorException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
RleCompressorException(String message, Throwable innerException)
public RleCompressorException(String message, Throwable innerException)
Initialise une nouvelle instance de la classe RleCompressorException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
| innerException | java.lang.Throwable | L’exception interne. |