org.apache.taglibs.rdc.scxml
Class SCXMLExpressionException
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.
- Author:
- Jaroslav Gergic, Rahul Akolkar
- See Also:
- Serialized Form
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 |
SCXMLExpressionException
public SCXMLExpressionException()
- See Also:
Exception.Exception()
SCXMLExpressionException
public SCXMLExpressionException(java.lang.String message)
- Parameters:
message
- - See Also:
Exception.Exception(java.lang.String)
SCXMLExpressionException
public SCXMLExpressionException(java.lang.Throwable cause)
- Parameters:
cause
- - See Also:
Exception.Exception(java.lang.Throwable)
SCXMLExpressionException
public SCXMLExpressionException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
- - See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)
Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.