org.das2.system
Class DefaultExceptionHandler

java.lang.Object
  extended by org.das2.system.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class DefaultExceptionHandler
extends java.lang.Object
implements ExceptionHandler

Wrapper for DasExceptionHandler, a dialog box for endusers with options to get at the debugging information.


Constructor Summary
DefaultExceptionHandler()
          Creates a new instance of DefaultExceptionHandler
 
Method Summary
 void handle(java.lang.Throwable t)
           
 void handleUncaught(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionHandler

public DefaultExceptionHandler()
Creates a new instance of DefaultExceptionHandler

Method Detail

handle

public void handle(java.lang.Throwable t)
Specified by:
handle in interface ExceptionHandler

handleUncaught

public void handleUncaught(java.lang.Throwable t)
Specified by:
handleUncaught in interface ExceptionHandler