|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.scopemvc.view.servlet.ValidationFailure
Object to describe a failure to populate a model property with a certain value.
ScopeServlet| Constructor Summary | |
ValidationFailure(java.lang.String inProperty,
java.lang.String inValue,
java.lang.Exception inException)
Constructor for the ValidationFailure object |
|
| Method Summary | |
java.lang.Exception |
getException()
Gets the exception |
java.lang.String |
getProperty()
Gets the property |
java.lang.String |
getValue()
Gets the value |
java.lang.String |
toString()
TODO: document the method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ValidationFailure(java.lang.String inProperty,
java.lang.String inValue,
java.lang.Exception inException)
inProperty - TODO: Describe the ParameterinValue - TODO: Describe the ParameterinException - TODO: Describe the Parameter| Method Detail |
public java.lang.String getProperty()
public java.lang.String getValue()
public java.lang.Exception getException()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||