- java.lang.Object
-
- ij.ImageJ.ExceptionHandler
-
- All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
- Enclosing class:
- ImageJ
public static class ImageJ.ExceptionHandler extends java.lang.Object implements java.lang.Thread.UncaughtExceptionHandlerHandles exceptions on the EDT.
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(java.lang.Throwable thrown)protected voidhandleException(java.lang.String tname, java.lang.Throwable e)voiduncaughtException(java.lang.Thread thread, java.lang.Throwable thrown)
-
-
-
Method Detail
-
handle
public void handle(java.lang.Throwable thrown)
-
uncaughtException
public void uncaughtException(java.lang.Thread thread, java.lang.Throwable thrown)- Specified by:
uncaughtExceptionin interfacejava.lang.Thread.UncaughtExceptionHandler
-
handleException
protected void handleException(java.lang.String tname, java.lang.Throwable e)
-
-