PubFormatException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException, com.aspose.pub.exceptions.PubException

public final class PubFormatException extends PubException

PUB 格式的异常

构造函数

Constructor描述
PubFormatException(String message)初始化 PubFormatException 类的新实例。
PubFormatException(String message, Throwable innerException)使用指定的错误消息和指向导致此异常的内部异常的引用,初始化 PubFormatException 类的新实例。
PubFormatException(String message, Throwable innerException, String separator)

PubFormatException(String message)

public PubFormatException(String message)

初始化 PubFormatException 类的新实例。

Parameters:

参数类型描述
消息java.lang.String该消息。

PubFormatException(String message, Throwable innerException)

public PubFormatException(String message, Throwable innerException)

使用指定的错误消息和指向导致此异常的内部异常的引用,初始化 PubFormatException 类的新实例。

Parameters:

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

PubFormatException(String message, Throwable innerException, String separator)

public PubFormatException(String message, Throwable innerException, String separator)

Parameters:

参数类型描述
消息java.lang.String
innerExceptionjava.lang.Throwable
分隔符java.lang.String