public class Jpeg2000Exception extends ImageException
Exceptions for Jpeg files
| Constructor and Description |
|---|
Jpeg2000Exception(String message)
Initializes a new instance of the
Jpeg2000Exception class. |
Jpeg2000Exception(String message,
Throwable innerException)
Initializes a new instance of the
Jpeg2000Exception class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic Jpeg2000Exception(String message)
Initializes a new instance of the Jpeg2000Exception class.
message - The exception message.