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, setStackTracepublic ImageSaveException(String message)
Initializes a new instance of the ImageSaveException class.
message - The exception message.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.