public class ImageSaveException extends ImageException
The image save exception. Occurs during image saving.
Constructor and Description |
---|
ImageSaveException(String message)
Initializes a new instance of the
ImageSaveException class. |
ImageSaveException(String message,
Throwable innerException)
Initializes a new instance of the
ImageSaveException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ImageSaveException(String message)
Initializes a new instance of the ImageSaveException
class.
message
- The exception message.