org.apache.beehive.netui.script.el
Class ExpressionParseException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by ExpressionParseException
All Implemented Interfaces:
Serializable

public class ExpressionParseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ExpressionParseException()
           
ExpressionParseException(String message)
           
ExpressionParseException(String message, Throwable cause)
           
ExpressionParseException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionParseException

public ExpressionParseException()

ExpressionParseException

public ExpressionParseException(String message)
Parameters:
message -

ExpressionParseException

public ExpressionParseException(Throwable cause)
Parameters:
cause -

ExpressionParseException

public ExpressionParseException(String message,
                                Throwable cause)
Parameters:
message -
cause -