Package VASSAL.launch

Class ExceptionHandler

java.lang.Object
VASSAL.launch.ExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class ExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Handles uncaught exceptions. None of the methods in this class are intended to be called in our code, but must be public in order to be accessible to Thread and {link EventDispatchThread}.
Since:
3.1.0
Author:
Joel Uckelman
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler()
  • Method Details