foundry-0.9.1

foundry.diagnostics
Interface ThrowableListener

All Superinterfaces:
EventListener

public interface ThrowableListener
extends EventListener


Method Summary
 void throwableCaught(Throwable t, ResourceBundle messages, String key)
           
 void throwableCaught(Throwable t, String details)
           
 

Method Detail

throwableCaught

public void throwableCaught(Throwable t,
                            String details)

throwableCaught

public void throwableCaught(Throwable t,
                            ResourceBundle messages,
                            String key)

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson