|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBindingUpdateError
public class BindingUpdateError
Encapsulation of an error that happens when a databinding expression is applied on POST.
Constructor Summary | |
---|---|
BindingUpdateError(String expression,
String message,
Throwable cause)
Constructor to initialize all values. |
Method Summary | |
---|---|
Throwable |
getCause()
Get the cause of the error. |
String |
getExpression()
Get the expression associated with this error. |
String |
getMessage()
Get the error message. |
void |
setCause(Throwable cause)
Set the cause of the error. |
void |
setExpression(String expression)
Set the expression associated with this error. |
void |
setMessage(String message)
Set the error message. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingUpdateError(String expression, String message, Throwable cause)
expression
- the expression associated with this error.message
- the error message.cause
- the Throwable that caused the error.Method Detail |
---|
public String getExpression()
public void setExpression(String expression)
expression
- a String containing the expression associated with this error.public String getMessage()
public void setMessage(String message)
message
- a String containing the error message.public Throwable getCause()
public void setCause(Throwable cause)
cause
- the Throwable that caused the error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |