java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.taglibs.rdc.scxml.model.ModelException
- All Implemented Interfaces:
- java.io.Serializable
- public class ModelException
- extends java.lang.Exception
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.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModelException
public ModelException()
ModelException
public ModelException(java.lang.String message)
ModelException
public ModelException(java.lang.Throwable cause)
ModelException
public ModelException(java.lang.String message,
java.lang.Throwable cause)