|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException magoffin.matt.ma2.ValidationException
public class ValidationException
Application exception for validation errors.
Constructor Summary | |
---|---|
ValidationException()
Default constructor. |
|
ValidationException(org.springframework.validation.Errors errors)
Constructor with Errors. |
Method Summary | |
---|---|
org.springframework.validation.Errors |
getErrors()
|
void |
setErrors(org.springframework.validation.Errors errors)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationException()
public ValidationException(org.springframework.validation.Errors errors)
errors
- Method Detail |
---|
public org.springframework.validation.Errors getErrors()
public void setErrors(org.springframework.validation.Errors errors)
errors
- The errors to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |