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

The image create exception. Occurs during image creation.

Constructors

ConstructorDescription
ImageCreateException(String message)Initializes a new instance of the ImageCreateException class.
ImageCreateException(String message, Throwable innerException)Initializes a new instance of the ImageCreateException class.

ImageCreateException(String message)

public ImageCreateException(String message)

Initializes a new instance of the ImageCreateException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

ImageCreateException(String message, Throwable innerException)

public ImageCreateException(String message, Throwable innerException)

Initializes a new instance of the ImageCreateException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.
innerExceptionjava.lang.ThrowableThe inner exception.