- 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 Constructor Description ExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(Throwable thrown)
protected void
handleException(String tname, Throwable e)
void
uncaughtException(Thread thread, Throwable thrown)
-
-
-
Method Detail
-
handle
public void handle(Throwable thrown)
-
uncaughtException
public void uncaughtException(Thread thread, Throwable thrown)
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
-