org.bushe.swing.exception
Interface AWTExceptionHandler.AWTErrorLogger

Enclosing class:
AWTExceptionHandler

public static interface AWTExceptionHandler.AWTErrorLogger

An implementation of this interface can be passed to the AWTExcpetionHandler to handle logging on behalf of the AWTExceptionHandler.


Method Summary
 void log(java.lang.Throwable t)
           
 

Method Detail

log

void log(java.lang.Throwable t)