ExpressionException Class

com.bea.p13n.expression
ExpressionException Class

public class ExpressionException

    extends ApplicationException

Base class for all Exceptions in the expression package.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        ExpressionException
All Implemented Interfaces

Serializable
Direct Known Subclasses

ComparisonException, IntrospectionException, InvalidExpressionException, MethodCallException

Constructor Summary

ExpressionException(String message, Throwable cause)

Creates a ExpressionException using a given message and a nested Throwable.
ExpressionException(String message)

Creates a ExpressionException using a given message.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ExpressionException

public ExpressionException(String message, 
                           Throwable cause)
Creates a ExpressionException using a given message and a nested Throwable.

ExpressionException

public ExpressionException(String message)
Creates a ExpressionException using a given message.