|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIExceptionManager
This class is used to add and remove exceptions from being displayed in the UI.
Method Summary | |
---|---|
void |
addException(UIException ex)
Adds an exception to be displayed in the UI. |
void |
clear()
Clears all unnamed exceptions from being displayed. |
UIException |
getException(java.lang.String sName)
Returns the named exception |
java.util.List<? extends UIException> |
getExceptions()
Returns all exceptions |
UIException |
removeException(java.lang.String sName)
Removes the named exception |
Method Detail |
---|
void addException(UIException ex)
ex
- - exception for UI displayvoid clear()
UIException.setName(String)
UIException getException(java.lang.String sName)
sName
- - exception name.
java.util.List<? extends UIException> getExceptions()
UIException removeException(java.lang.String sName)
sName
- of exception to remove
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |