org.cyberlab.support.interfaces
Interface ExceptionHandler

All Known Implementing Classes:
CollectExceptions

public interface ExceptionHandler

Interface for framework exception handlers. The only handler currently in the framework is CollectExceptions

Author:
Mats-Gøran Karlsen

Method Summary
 void handle(java.lang.String errorMessage, java.lang.Exception e)
          The exception handle method
 

Method Detail

handle

void handle(java.lang.String errorMessage,
            java.lang.Exception e)
The exception handle method

Parameters:
errorMessage - A string containig the cause of the error.
e - The exception thrown.