java.lang.Object
ij.ImageJ.ExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
- Enclosing class:
- ImageJ
public static class ImageJ.ExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler
Handles exceptions on the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
handleException
(String tname, Throwable e) void
uncaughtException
(Thread thread, Throwable thrown)
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler()
-
-
Method Details
-
handle
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
handleException
-