org.apache.commons.scxml
Class SCXMLExpressionException

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

Constructor Summary
SCXMLExpressionException()
           
SCXMLExpressionException(String message)
           
SCXMLExpressionException(String message, Throwable cause)
           
SCXMLExpressionException(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(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 message
cause - The cause
See Also:
Exception.Exception(String, Throwable)


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.