com.aspose.imaging.exceptions
Class FrameworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.imaging.exceptions.FrameworkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CompressorException

public class FrameworkException
extends java.lang.RuntimeException

The imaging framework exception. This class is a core class for all Aspose.Imaging exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.Imaging engine and all other exception types.

See Also:
Serialized Form

Constructor Summary
FrameworkException(java.lang.String message)
           Initializes a new instance of the FrameworkException class.
FrameworkException(java.lang.String message, java.lang.RuntimeException innerException)
           Initializes a new instance of the FrameworkException 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

FrameworkException

public FrameworkException(java.lang.String message)

Initializes a new instance of the FrameworkException class.

Parameters:
message - The message.

FrameworkException

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

Initializes a new instance of the FrameworkException class.

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