org.das2.system
Class ConsoleExceptionHandler

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

public class ConsoleExceptionHandler
extends java.lang.Object
implements ExceptionHandler

ExceptionHandler that prints stack traces out to the stderr.


Constructor Summary
ConsoleExceptionHandler()
          Creates a new instance of ConsoleExceptionHandler
 
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

ConsoleExceptionHandler

public ConsoleExceptionHandler()
Creates a new instance of ConsoleExceptionHandler

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