java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.taglibs.rdc.scxml.SCXMLExpressionException
- All Implemented Interfaces:
- java.io.Serializable
- public class SCXMLExpressionException
- extends java.lang.Exception
Exception thrown when a malformed expression is encountered during
evaluation of an expression in a SCXML document.
| 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 |
SCXMLExpressionException
public SCXMLExpressionException()
SCXMLExpressionException
public SCXMLExpressionException(java.lang.String message)
SCXMLExpressionException
public SCXMLExpressionException(java.lang.Throwable cause)
SCXMLExpressionException
public SCXMLExpressionException(java.lang.String message,
java.lang.Throwable cause)