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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
ImageCreateException(String message, Throwable innerException)
public ImageCreateException(String message, Throwable innerException)
Initializes a new instance of the ImageCreateException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
innerException | java.lang.Throwable | The inner exception. |