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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringThe exception message.