org.objectweb.proactive.core.exceptions.handler
Interface HandlerInterface

All Known Implementing Classes:
HandlerProActiveException

public interface HandlerInterface

Interface for every exception handler

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

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 ?
 

Method Detail

isHandling

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


handle

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



Copyright © April 2004 INRIA All Rights Reserved.