Uses of Interface
org.das2.system.ExceptionHandler

Packages that use ExceptionHandler
org.das2   
org.das2.system Application-level infrastructure, such as data set caching, worker threads, progress monitors, exception handling, logging. 
 

Uses of ExceptionHandler in org.das2
 

Methods in org.das2 that return ExceptionHandler
 ExceptionHandler DasApplication.getExceptionHandler()
           
 

Uses of ExceptionHandler in org.das2.system
 

Classes in org.das2.system that implement ExceptionHandler
 class ConsoleExceptionHandler
          ExceptionHandler that prints stack traces out to the stderr.
 class DefaultExceptionHandler
          Wrapper for DasExceptionHandler, a dialog box for endusers with options to get at the debugging information.
 class ThrowRuntimeExceptionHandler
          ExceptionHandler that throws a RuntimeException caused by the Exception.