DeflateCompressorException
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 DeflateCompressorException extends CompressorException
The Deflate compressor exception.
Constructors
Constructor | Description |
---|---|
DeflateCompressorException(String message) | Initializes a new instance of the DeflateCompressorException class. |
DeflateCompressorException(String message)
public DeflateCompressorException(String message)
Initializes a new instance of the DeflateCompressorException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |