com.aspose.imaging.exceptions.imageformats
Class PsdImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.imaging.exceptions.ImageException
                  extended by com.aspose.imaging.exceptions.imageformats.PsdImageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PsdImageResourceException

public class PsdImageException
extends ImageException

The psd image exception.

See Also:
Serialized Form

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

PsdImageException

public PsdImageException(java.lang.String message)

Initializes a new instance of the PsdImageException class.

Parameters:
message - The exception message.

PsdImageException

public PsdImageException(java.lang.String message,
                         java.lang.RuntimeException innerException)

Initializes a new instance of the PsdImageException class.

Parameters:
message - The exception message.
innerException - The inner exception.