|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.imaging.exceptions.ImageException
com.aspose.imaging.exceptions.imageformats.PsdImageException
com.aspose.imaging.exceptions.imageformats.PsdImageResourceException
public class PsdImageResourceException
The psd image resource exception.
| Constructor Summary | |
|---|---|
PsdImageResourceException(java.lang.String message,
ResourceBlock resource)
Initializes a new instance of the PsdImageResourceException class. |
|
PsdImageResourceException(java.lang.String message,
ResourceBlock resource,
java.lang.RuntimeException innerException)
Initializes a new instance of the PsdImageResourceException class. |
|
| Method Summary | |
|---|---|
ResourceBlock |
getResource()
Gets the psd resource which caused this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PsdImageResourceException(java.lang.String message,
ResourceBlock resource)
Initializes a new instance of the PsdImageResourceException class.
message - The exception message.resource - The resource.
public PsdImageResourceException(java.lang.String message,
ResourceBlock resource,
java.lang.RuntimeException innerException)
Initializes a new instance of the PsdImageResourceException class.
message - The exception message.resource - The resource.innerException - The inner exception.| Method Detail |
|---|
public ResourceBlock getResource()
Gets the psd resource which caused this exception.
Value: The resource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||