Jpeg2000CustomException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class Jpeg2000CustomException extends System.Exception

Jpeg2000 OpenJpeg 代码生成的异常

构造函数

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

Jpeg2000CustomException(String message)

public Jpeg2000CustomException(String message)

初始化 Jpeg2000CustomException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String描述错误的消息。

Jpeg2000CustomException(String message, Throwable innerException)

public Jpeg2000CustomException(String message, Throwable innerException)

初始化 Jpeg2000CustomException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String解释异常原因的错误消息。
innerExceptionjava.lang.Throwable导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中的 Nothing)。