Groovy Documentation

src.java
Class BackgroundExceptionHandler

java.lang.Object
  src.java.BackgroundExceptionHandler

class BackgroundExceptionHandler

Field Summary
private static org.apache.log4j.Logger log

 
Constructor Summary
BackgroundExceptionHandler()

 
Method Summary
void uncaughtException(java.lang.Thread t, java.lang.Throwable e)

 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

log

private static final org.apache.log4j.Logger log


 
Constructor Detail

BackgroundExceptionHandler

BackgroundExceptionHandler()


 
Method Detail

uncaughtException

public void uncaughtException(java.lang.Thread t, java.lang.Throwable e)


 

Groovy Documentation