com.bea.p13n.expression
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.p13n.exceptions.ApplicationException
              extended by com.bea.p13n.expression.ExpressionException
All Implemented Interfaces
Serializable
Direct Known Subclasses:
ComparisonException, IntrospectionException, InvalidExpressionException, MethodCallException

public class ExpressionException
extends ApplicationException

Base class for all Exceptions in the expression package.

See Also
Serialized Form

Constructor Summary
ExpressionException(String message)
          Creates a ExpressionException using a given message.
ExpressionException(String message, Throwable cause)
          Creates a ExpressionException using a given message and a nested Throwable.
 
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

ExpressionException

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

Parameters
message - the exception message.

ExpressionException

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

Parameters
message - the exception message.
cause - the nested Throwable.


Copyright © 2011, Oracle. All rights reserved.