public class PsdImageArgumentException extends PsdImageException
The psd image argument exception.
PsdImageArgumentException
,
Serialized FormConstructor and Description |
---|
PsdImageArgumentException(String message)
Initializes a new instance of the
PsdImageArgumentException class. |
PsdImageArgumentException(String message,
RuntimeException innerException)
Initializes a new instance of the
PsdImageArgumentException class. |
public PsdImageArgumentException(String message)
Initializes a new instance of the PsdImageArgumentException
class.
message
- The exception message.public PsdImageArgumentException(String message, RuntimeException innerException)
Initializes a new instance of the PsdImageArgumentException
class.
message
- The exception message.innerException
- The inner exception.