public class ImageCreateException extends ImageException
The image create exception. Occurs during image creation.
| Constructor and 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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ImageCreateException(String message)
Initializes a new instance of the ImageCreateException class.
message - The exception message.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.