VASSAL.tools
Class ErrorLog

java.lang.Object
  |
  +--VASSAL.tools.ErrorLog

public class ErrorLog
extends java.lang.Object

Warns the user when an uncaught Exception occurs Use this by calling System.setProperty("sun.awt.exception.handler","VASSAL.tools.ErrorLog");


Nested Class Summary
static class ErrorLog.Group
           
 
Constructor Summary
ErrorLog()
           
 
Method Summary
 void handle(java.lang.Throwable t)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorLog

public ErrorLog()
Method Detail

handle

public void handle(java.lang.Throwable t)

main

public static void main(java.lang.String[] args)