Module ij
Package ij

Class 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.UncaughtExceptionHandler
    Handles exceptions on the EDT.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(java.lang.Throwable thrown)  
      protected void handleException​(java.lang.String tname, java.lang.Throwable e)  
      void uncaughtException​(java.lang.Thread thread, java.lang.Throwable thrown)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler()
    • Method Detail

      • handle

        public void handle​(java.lang.Throwable thrown)
      • uncaughtException

        public void uncaughtException​(java.lang.Thread thread,
                                      java.lang.Throwable thrown)
        Specified by:
        uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler
      • handleException

        protected void handleException​(java.lang.String tname,
                                       java.lang.Throwable e)