Method Summary |
|
public void | clearErrors() Reset handler. |
public FailedCheck | getError(String absoluteName) Get error for a specific attribute.
Uses currently set error level
Parameters: absoluteName - The absolute name of the attribute error for a specific attribute at or above current errorlevel. |
public FailedCheck | getError(String absoluteName, Level level) Get error for a specific attribute
Parameters: absoluteName - The absolute name of the attribute. Parameters: level - Limit errors to those at this or higher level. |
public List | getErrors() Get an List of all the encountered errors. |
public List | getErrors(Level level) Get an List of all the encountered errors. |
public Level | getLevel() |
public void | handleValueError(FailedCheck error) |
public boolean | hasError() Has there been an error with severity (level) equal to or higher then
this handlers set level. |
public boolean | hasError(Level level) Has there been an error with severity (level) equal to or higher then
specified.
Parameters: level - The severity. |
public void | setLevel(Level level) |