CompressorException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException

public class CompressorException extends FrameworkException

The compressor exception.

Constructors

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

CompressorException(String message)

public CompressorException(String message)

Initializes a new instance of the CompressorException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

CompressorException(String message, Throwable innerException)

public CompressorException(String message, Throwable innerException)

Initializes a new instance of the CompressorException class.

Parameters:

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