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