|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.scxml.model.ModelException
public class ModelException
Exception that is thrown when the SCXML model supplied to the executor has a fatal flaw that prevents the executor from further interpreting the the model.
| Constructor Summary | |
|---|---|
ModelException()
|
|
ModelException(java.lang.String message)
|
|
ModelException(java.lang.String message,
java.lang.Throwable cause)
|
|
ModelException(java.lang.Throwable cause)
|
|
| 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 ModelException()
Exception.Exception()public ModelException(java.lang.String message)
message - Exception.Exception(java.lang.String)public ModelException(java.lang.Throwable cause)
cause - Exception.Exception(java.lang.Throwable)
public ModelException(java.lang.String message,
java.lang.Throwable cause)
message - cause - Exception.Exception(String, java.lang.Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||