public class ImageLoadException extends ImageException
The image load exception. Occurs during image loading.
| Constructor and Description |
|---|
ImageLoadException(String message)
Initializes a new instance of the
ImageLoadException class. |
ImageLoadException(String message,
Throwable innerException)
Initializes a new instance of the
ImageLoadException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ImageLoadException(String message)
Initializes a new instance of the ImageLoadException class.
message - The exception message.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.