public class PsdImageArgumentException extends PsdImageException
The psd image argument exception.
PsdImageException
,
Serialized FormConstructor and Description |
---|
PsdImageArgumentException(String message)
Initializes a new instance of the
PsdImageArgumentException class. |
PsdImageArgumentException(String message,
Throwable innerException)
Initializes a new instance of the
PsdImageArgumentException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PsdImageArgumentException(String message)
Initializes a new instance of the PsdImageArgumentException
class.
message
- The exception message.public PsdImageArgumentException(String message, Throwable innerException)
Initializes a new instance of the PsdImageArgumentException
class.
message
- The exception message.innerException
- The inner exception.