ExpressionException Class
- public class ExpressionException
extends ApplicationException
Base class for all Exception
s in the expression package.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
ExpressionException
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
ComparisonException
, IntrospectionException
, InvalidExpressionException
, MethodCallException
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 |
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.