|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.exceptions.handler.HandlerNonFunctionalException
Handle ProActive exceptions
Field Summary |
Fields inherited from interface org.objectweb.proactive.core.exceptions.handler.IHandler |
ID_activeObjectLevel, ID_codeLevel, ID_defaultLevel, ID_futureLevel, ID_proxyLevel, ID_VMLevel |
Constructor Summary | |
HandlerNonFunctionalException()
|
Method Summary | |
void |
handle(NonFunctionalException e)
Provide a treatment for the handled exception(s) |
boolean |
isHandling(NonFunctionalException e)
Is the exception reliable for the handler ? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HandlerNonFunctionalException()
Method Detail |
public boolean isHandling(NonFunctionalException e)
isHandling
in interface IHandler
e
- The exception checked for handler reliabilitypublic void handle(NonFunctionalException e)
handle
in interface IHandler
e
- The exception to be handled
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |