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

java.lang.Object
  |
  +--org.objectweb.proactive.core.exceptions.handler.HandlerProActiveException
All Implemented Interfaces:
HandlerInterface

public class HandlerProActiveException
extends java.lang.Object
implements HandlerInterface

Handle ProActive exceptions

Since:
ProActive 0.9.3
Version:
1.0, 2002/07/08
Author:
ProActive Team

Constructor Summary
HandlerProActiveException()
           
 
Method Summary
 void handle(ProActiveException e)
          Provide a treatment for the handled exception(s)
 boolean isHandling(ProActiveException e)
          Is the exception handled by the handler ?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerProActiveException

public HandlerProActiveException()
Method Detail

isHandling

public boolean isHandling(ProActiveException e)
Is the exception handled by the handler ?

Specified by:
isHandling in interface HandlerInterface

handle

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

Specified by:
handle in interface HandlerInterface


Copyright © April 2004 INRIA All Rights Reserved.