public class PsdImageResourceException
extends com.aspose.cad.cadexceptions.imageformats.PsdImageException
The psd image resource exception.
Constructor and Description |
---|
PsdImageResourceException(String message,
ResourceBlock resource)
Initializes a new instance of the
PsdImageResourceException class. |
PsdImageResourceException(String message,
ResourceBlock resource,
Throwable innerException)
Initializes a new instance of the
PsdImageResourceException class. |
Modifier and Type | Method and Description |
---|---|
ResourceBlock |
getResource()
Gets the psd resource which caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PsdImageResourceException(String message, ResourceBlock resource)
Initializes a new instance of the PsdImageResourceException
class.
message
- The exception message.resource
- The resource.public PsdImageResourceException(String message, ResourceBlock resource, Throwable innerException)
Initializes a new instance of the PsdImageResourceException
class.
message
- The exception message.resource
- The resource.innerException
- The inner exception.public ResourceBlock getResource()
Gets the psd resource which caused this exception.