|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
ExpressionEvaluationException
ExpressionUpdateException
public class ExpressionUpdateException
An exception thrown when an error occurs during an expression update.
Constructor Summary | |
---|---|
ExpressionUpdateException()
Construct an ExpressionUpdateException. |
|
ExpressionUpdateException(String message,
String expression)
Construct an ExpressionUpdateException with the given message, failed expression, expected updated value, and expression that was used to perform the update. |
|
ExpressionUpdateException(String message,
String expression,
Throwable cause)
Construct an ExpressionUpdateException with the given message, failed expression, expected updated value, and expression that was used to perform the update. |
Method Summary | |
---|---|
Object |
getUpdateValue()
Deprecated. |
Methods inherited from class ExpressionEvaluationException |
---|
getAvailableContexts, getExpression, getLocalizedMessage, setAvailableContexts, setLocalizedMessage |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExpressionUpdateException()
public ExpressionUpdateException(String message, String expression, Throwable cause)
message
- a String containing the text of the exception messageexpression
- the expression whose update failedcause
- the Throwable
that is wrapped as the cause of this exceptionpublic ExpressionUpdateException(String message, String expression)
message
- a String containing the text of the exception messageexpression
- the expression whose update failedMethod Detail |
---|
public Object getUpdateValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |