org.apache.taglibs.rdc.scxml
Class SCXMLExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SCXMLExpressionException()
           
SCXMLExpressionException(java.lang.String message)
           
SCXMLExpressionException(java.lang.String message, java.lang.Throwable cause)
           
SCXMLExpressionException(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

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.