DjvuImageException

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

public class DjvuImageException extends ImageException

DJVU 图像异常。

构造函数

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

DjvuImageException(String message)

public DjvuImageException(String message)

初始化 DjvuImageException 类的新实例。

Parameters:

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

DjvuImageException(String message, Throwable innerException)

public DjvuImageException(String message, Throwable innerException)

初始化 DjvuImageException 类的新实例。

Parameters:

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