InvalidExpressionException Class

com.bea.p13n.expression
InvalidExpressionException Class

public class InvalidExpressionException

    extends ExpressionException

Exception class to signal Expression validation errors.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        ExpressionException
          InvalidExpressionException
All Implemented Interfaces

Serializable
Direct Known Subclasses

UnboundVariableException

Constructor Summary

InvalidExpressionException(String message, Throwable nestedException)

Allocates an InvalidExpressionException object by associating the given message and a nested exception.
InvalidExpressionException(String message)

Allocates an InvalidExpressionException object by associating the 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

InvalidExpressionException

public InvalidExpressionException(String message, 
                                  Throwable nestedException)
Allocates an InvalidExpressionException object by associating the given message and a nested exception.

InvalidExpressionException

public InvalidExpressionException(String message)
Allocates an InvalidExpressionException object by associating the given message.