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