Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.rdc.scxml
Class SCXMLExpressionException  view SCXMLExpressionException download SCXMLExpressionException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SCXMLExpressionException()
           
SCXMLExpressionException(java.lang.String message)
           
SCXMLExpressionException(java.lang.String message, java.lang.Throwable cause)
           
SCXMLExpressionException(java.lang.Throwable cause)
           
 
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()

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)