|
|||||||||
| 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
public class PsdImageException
The psd image exception.
| Constructor Summary | |
|---|---|
PsdImageException(java.lang.String message)
Initializes a new instance of the PsdImageException class. |
|
PsdImageException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes a new instance of the PsdImageException class. |
|
| Method Summary |
|---|
| 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 PsdImageException(java.lang.String message)
Initializes a new instance of the PsdImageException class.
message - The exception message.
public PsdImageException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes a new instance of the PsdImageException class.
message - The exception message.innerException - The inner exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||