org.objectweb.proactive.core.exceptions.handler
Class HandlerNonFunctionalException

java.lang.Object
  |
  +--org.objectweb.proactive.core.exceptions.handler.HandlerNonFunctionalException
All Implemented Interfaces:
IHandler, java.io.Serializable
Direct Known Subclasses:
HandlerCommunicationException, HandlerCreationException, HandlerGroupException, HandlerMigrationException, HandlerSecurityException, HandlerServiceException

public class HandlerNonFunctionalException
extends java.lang.Object
implements IHandler, java.io.Serializable

Handle ProActive exceptions

Since:
ProActive 0.9.3
Version:
1.0, 2002/07/08
Author:
ProActive Team
See Also:
Serialized Form

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

HandlerNonFunctionalException

public HandlerNonFunctionalException()
Method Detail

isHandling

public boolean isHandling(NonFunctionalException e)
Is the exception reliable for the handler ?

Specified by:
isHandling in interface IHandler
Parameters:
e - The exception checked for handler reliability

handle

public void handle(NonFunctionalException e)
Provide a treatment for the handled exception(s)

Specified by:
handle in interface IHandler
Parameters:
e - The exception to be handled


Copyright © April 2004 INRIA All Rights Reserved.