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

Exception pour le format PUB

Constructeurs

ConstructorDescription
PubFormatException(String message)Initialise une nouvelle instance de la classe PubFormatException.
PubFormatException(String message, Throwable innerException)Initialise une nouvelle instance de la classe PubFormatException avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception.
PubFormatException(String message, Throwable innerException, String separator)

PubFormatException(String message)

public PubFormatException(String message)

Initialise une nouvelle instance de la classe PubFormatException.

Parameters:

ParamètreTypeDescription
messagejava.lang.StringLe message.

PubFormatException(String message, Throwable innerException)

public PubFormatException(String message, Throwable innerException)

Initialise une nouvelle instance de la classe PubFormatException avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception.

Parameters:

ParamètreTypeDescription
messagejava.lang.StringLe message d’erreur qui explique la raison de l’exception.
innerExceptionjava.lang.ThrowableL’exception qui est la cause de l’exception actuelle, ou une référence nulle (Nothing en Visual Basic) si aucune exception interne n’est spécifiée.

PubFormatException(String message, Throwable innerException, String separator)

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

Parameters:

ParamètreTypeDescription
messagejava.lang.String
innerExceptionjava.lang.Throwable
séparateurjava.lang.String