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