jfun.yan.lifecycle
Interface ExceptionHandler

All Superinterfaces:
java.io.Serializable

public interface ExceptionHandler
extends java.io.Serializable

This interface wraps up the strategy to handle exceptions.

Codehaus.org.

Author:
Michelle Lei

Method Summary
 void handle(java.lang.Throwable th)
          handle an exception.
 

Method Detail

handle

void handle(java.lang.Throwable th)
            throws java.lang.Throwable
handle an exception.

Parameters:
th - the exception object.
Throws:
java.lang.Throwable