|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception jasi.sim.user.util.StateException
public class StateException
An exception during state handling.
Constructor Summary | |
---|---|
StateException(java.lang.String message)
Constructor for an exception during state handling. |
|
StateException(java.lang.String message,
java.lang.Throwable cause)
Constructor for an exception during state handling. |
|
StateException(java.lang.Throwable cause)
Constructor for an exception during state handling. |
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 StateException(java.lang.String message)
message
- The exception's message.public StateException(java.lang.Throwable cause)
cause
- The exception's cause.public StateException(java.lang.String message, java.lang.Throwable cause)
message
- The exception's message.cause
- The exception's cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |