org.jboss.util
Interface ThrowableListener

All Superinterfaces:
java.util.EventListener

public interface ThrowableListener
extends java.util.EventListener

An interface used to handle Throwable events.


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