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
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 |
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.