|
||||||||||
| 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.tomgibara.pronto.core.ProntoException
com.tomgibara.pronto.state.ProntoStateException
public class ProntoStateException
Instances of this class are typically thrown when an invalid request is made of a state graph or a state graph editor, or when an state engine transition fails.
| Constructor Summary | |
|---|---|
ProntoStateException()
Constructs a new ProntoStateException. |
|
ProntoStateException(java.lang.String message)
Constructs a new ProntoStateException. |
|
ProntoStateException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ProntoStateException. |
|
ProntoStateException(java.lang.Throwable cause)
Constructs a new ProntoStateException. |
|
| 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 ProntoStateException()
public ProntoStateException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the throwable which caused this exceptionpublic ProntoStateException(java.lang.String message)
message - the message of the exceptionpublic ProntoStateException(java.lang.Throwable cause)
cause - the throwable which caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||