org.huihoo.jfox.ejb.exception
Interface ThrowableListener

All Superinterfaces:
java.util.EventListener

public interface ThrowableListener
extends java.util.EventListener

Version:
$0.9.0$
Author:
tai_1219@sina.com

Method Summary
 void onThrowable(int type, java.lang.Throwable t)
          Process a throwable.
 

Method Detail

onThrowable

public void onThrowable(int type,
                        java.lang.Throwable t)
Process a throwable.

Parameters:
type - The type off the throwable.
t - Throwable