|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface if you want to provide views that shows errors to the user.
Method Summary | |
void |
addError(java.lang.Throwable error)
Adds an error to be displayed by the view. |
void |
addError(java.lang.Throwable error,
View associatedView)
Add an error associated with a specific view. |
java.lang.Throwable[] |
getErrors()
Gets the errors currently associated with this error-view. |
void |
resetErrors()
Resets the errors associated with this error-view to no errors at all. |
Methods inherited from interface com.tirsen.angkor.ViewFactory |
getView |
Method Detail |
public void addError(java.lang.Throwable error)
public void addError(java.lang.Throwable error, View associatedView)
View.parse(RenderContext)
method
or if it is the source of an event which fails during event processing.
public java.lang.Throwable[] getErrors()
public void resetErrors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |