Interface ThrowableListener

  • All Superinterfaces:
    java.util.EventListener

    public interface ThrowableListener
    extends java.util.EventListener
    An interface used to handle Throwable events.
    Version:
    $Revision$
    • Method Detail

      • onThrowable

        void onThrowable​(int type,
                         java.lang.Throwable t)
        Process a throwable.
        Parameters:
        type - The type off the throwable.
        t - Throwable