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