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

压缩器异常。

构造函数

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

CompressorException(String message)

public CompressorException(String message)

初始化 CompressorException 类的新实例。

Parameters:

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

CompressorException(String message, Throwable innerException)

public CompressorException(String message, Throwable innerException)

初始化 CompressorException 类的新实例。

Parameters:

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