© 2005 BEA Systems, Inc.

com.bea.p13n.expression
Class ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.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.
 
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.


ExpressionException

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved