org.curjent.agent
Interface ExceptionHandler


public interface ExceptionHandler

Handler for exceptions.

See Also:
AgentConfig.setUnhandledExceptionHandler(ExceptionHandler)

Method Summary
 void handle(Throwable exception)
          An exception was thrown.
 

Method Detail

handle

void handle(Throwable exception)
            throws Throwable
An exception was thrown.

Parameters:
exception - The exception thrown.
Throws:
Throwable - An exception thrown by the handler.


Copyright 2009-2011 Tom Landon
Apache License 2.0