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, setStackTrace
public ImageCreateException(String message)
Initializes a new instance of the ImageCreateException
class.
message
- The exception message.