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

ConstructorDescription
RleCompressorException(String message)Initializes a new instance of the RleCompressorException class.
RleCompressorException(String message, Throwable innerException)Initializes a new instance of the RleCompressorException class.

RleCompressorException(String message)

public RleCompressorException(String message)

Initializes a new instance of the RleCompressorException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

RleCompressorException(String message, Throwable innerException)

public RleCompressorException(String message, Throwable innerException)

Initializes a new instance of the RleCompressorException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.
innerExceptionjava.lang.ThrowableThe inner exception.