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
The rle compressor exception.
Constructors
| Constructor | Description | 
|---|---|
| RleCompressorException(String message) | Initializes a new instance of the RleCompressorExceptionclass. | 
| RleCompressorException(String message, Throwable innerException) | Initializes a new instance of the RleCompressorExceptionclass. | 
RleCompressorException(String message)
public RleCompressorException(String message)
Initializes a new instance of the RleCompressorException class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | java.lang.String | The exception message. | 
RleCompressorException(String message, Throwable innerException)
public RleCompressorException(String message, Throwable innerException)
Initializes a new instance of the RleCompressorException class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | java.lang.String | The exception message. | 
| innerException | java.lang.Throwable | The inner exception. |