org.apache.commons.scxml
Class SCXMLExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.scxml.SCXMLExpressionException
- All Implemented Interfaces:
- Serializable
public class SCXMLExpressionException
- extends Exception
Exception thrown when a malformed expression is encountered during
evaluation of an expression in a SCXML document.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SCXMLExpressionException
public SCXMLExpressionException()
- See Also:
Exception.Exception()
SCXMLExpressionException
public SCXMLExpressionException(String message)
- Parameters:
message
- The error message- See Also:
Exception.Exception(java.lang.String)
SCXMLExpressionException
public SCXMLExpressionException(Throwable cause)
- Parameters:
cause
- The cause- See Also:
Exception.Exception(java.lang.Throwable)
SCXMLExpressionException
public SCXMLExpressionException(String message,
Throwable cause)
- Parameters:
message
- The error messagecause
- The cause- See Also:
Exception.Exception(String, Throwable)
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.