|
|||||||||
| 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
org.simplium.SimpliumFrameworkException
public class SimpliumFrameworkException
The base exception type the Simplium framework can throw.
| Constructor Summary | |
|---|---|
SimpliumFrameworkException(java.lang.String aMessage)
Constructor that takes a message. |
|
SimpliumFrameworkException(java.lang.String aMessage,
java.lang.Throwable aThrowable)
Constructor that takes a message and a Throwable to chain with this exception. |
|
| 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 SimpliumFrameworkException(java.lang.String aMessage,
java.lang.Throwable aThrowable)
aMessage - a message describing why the exception occured.aThrowable - the Throwable that caused that this exception.public SimpliumFrameworkException(java.lang.String aMessage)
aMessage - a message describing why the exception occured.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||