|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ivata.mask.util.SystemException
com.ivata.mask.validation.ValidationException
An instance of this class is thrown by ivata groupware server-side methods when an error occurs that prevents the method from continuing.
ValidationErrors,
org.apache.struts.action.ActionMessage,
Serialized Form| Constructor Summary | |
ValidationException(ValidationError error)
Creates a validation exception. |
|
ValidationException(ValidationErrors errors)
Creates a validation exception. |
|
| Method Summary | |
ValidationErrors |
getErrors()
Contains all of the errors which caused this exception to happen. |
| 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(ValidationError error)
Creates a validation exception.
error - error which caused the exception to occur.public ValidationException(ValidationErrors errors)
Creates a validation exception.
errors - errors which caused the exception to occur.| Method Detail |
public ValidationErrors getErrors()
Contains all of the errors which caused this exception to happen.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||