ImageCreateException

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 ImageCreateException extends ImageException

L’exception de création d’image. Se produit lors de la création d’une image.

Constructeurs

ConstructeurDescription
ImageCreateException(String message)Initialise une nouvelle instance de la classe ImageCreateException.
ImageCreateException(String message, Throwable innerException)Initialise une nouvelle instance de la classe ImageCreateException.

ImageCreateException(String message)

public ImageCreateException(String message)

Initialise une nouvelle instance de la classe ImageCreateException.

Parameters:

ParamètreTypeDescription
messagejava.lang.StringLe message d’exception.

ImageCreateException(String message, Throwable innerException)

public ImageCreateException(String message, Throwable innerException)

Initialise une nouvelle instance de la classe ImageCreateException.

Parameters:

ParamètreTypeDescription
messagejava.lang.StringLe message d’exception.
innerExceptionjava.lang.ThrowableL’exception interne.