LzwCompressorException

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 LzwCompressorException extends CompressorException

LZW 压缩器异常。

构造函数

构造函数描述
LzwCompressorException(String message)初始化 LzwCompressorException 类的新实例。
LzwCompressorException(String message, Throwable innerException)初始化 LzwCompressorException 类的新实例。

LzwCompressorException(String message)

public LzwCompressorException(String message)

初始化 LzwCompressorException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String异常消息。

LzwCompressorException(String message, Throwable innerException)

public LzwCompressorException(String message, Throwable innerException)

初始化 LzwCompressorException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String异常消息。
innerExceptionjava.lang.Throwable内部异常。