VASSAL.tools
Class ErrorLog.Group

java.lang.Object
  |
  +--java.lang.ThreadGroup
        |
        +--VASSAL.tools.ErrorLog.Group
Enclosing class:
ErrorLog

public static class ErrorLog.Group
extends java.lang.ThreadGroup


Constructor Summary
ErrorLog.Group()
           
 
Method Summary
 void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.ThreadGroup
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorLog.Group

public ErrorLog.Group()
Method Detail

uncaughtException

public void uncaughtException(java.lang.Thread t,
                              java.lang.Throwable e)
Overrides:
uncaughtException in class java.lang.ThreadGroup