PsdImageException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException
public class PsdImageException extends ImageException
The PSD image exception.
Constructors
Constructor | 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. |
PsdImageException(String message)
public PsdImageException(String message)
Initializes a new instance of the PsdImageException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
PsdImageException(String message, Throwable innerException)
public PsdImageException(String message, Throwable innerException)
Initializes a new instance of the PsdImageException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
innerException | java.lang.Throwable | The inner exception. |