Class DefaultUncaughtExceptionHandler

  • All Implemented Interfaces:
    Thread.UncaughtExceptionHandler

    public class DefaultUncaughtExceptionHandler
    extends Object
    implements Thread.UncaughtExceptionHandler
    A handler for otherwise uncaught exceptions.

    Installing this handler will automatically log the exceptions that would otherwise be missed; e.g., when things go awry on the AWT Event Dispatch Thread.

    Author:
    Johannes Schindelin