|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to add handlerizable behaviour to reified object
Method Summary | |
void |
clearHandlersLevel()
Clear the local map of handlers |
java.lang.String |
getHandlerizableInfo()
Get information about the handlerizable object |
java.util.HashMap |
getHandlersLevel()
Give a reference to a local map of handlers |
void |
setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Handler |
unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Method Detail |
public java.lang.String getHandlerizableInfo() throws java.io.IOException
java.io.IOException
public java.util.HashMap getHandlersLevel() throws java.io.IOException
java.io.IOException
public void clearHandlersLevel() throws java.io.IOException
java.io.IOException
public void setExceptionHandler(Handler handler, java.lang.Class exception) throws java.io.IOException
handler
- A handler associated with a class of non functional exception.exception
- A class of non functional exception. It is a subclass of NonFunctionalException
.
java.io.IOException
public Handler unsetExceptionHandler(java.lang.Class exception) throws java.io.IOException
exception
- A class of non functional exception. It is a subclass of NonFunctionalException
.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |