|
|||||||||||
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 | +--org.objectweb.proactive.core.exceptions.handler.HandlerCreationException
Handle all creation 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 | |
HandlerCreationException()
|
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 HandlerCreationException()
Method Detail |
public boolean isHandling(NonFunctionalException e)
isHandling
in interface IHandler
isHandling
in class HandlerNonFunctionalException
e
- The exception checked for handler reliabilitypublic void handle(NonFunctionalException e)
handle
in interface IHandler
handle
in class HandlerNonFunctionalException
e
- The exception to be handled
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |