Class ApplicationExceptionHandler

  • All Implemented Interfaces:
    Thread.UncaughtExceptionHandler

    public class ApplicationExceptionHandler
    extends Object
    implements Thread.UncaughtExceptionHandler
    Global exception handler. Catch all application uncaught and display it in a custom JoptionPane or JXErrorPane. See http://stackoverflow.com/a/4448569/1165234 for details.
    Since:
    2.8
    Author:
    Tony Chemit - chemit@codelutin.com