| |
|
| java.lang.Object java.lang.Throwable dinamica.RequestValidationException
RequestValidationException | public class RequestValidationException extends Throwable (Code) | | Exception triggered when request generic
validation fails
Creation date: 25/10/2003
Last Update: 25/10/2003
author: Martin Cordova |
RequestValidationException | public RequestValidationException()(Code) | | |
addMessage | public void addMessage(String msg)(Code) | | Stores an error message
Parameters: msg - Error message |
getErrors | public Recordset getErrors()(Code) | | Return recordset with list of errors. The recordset
contains one column (message). May be printed using
a regular Action and a template of you choice
Recordset object containing error messages for each invalid parameter |
|
|
|