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