org.das2.util
Class DasExceptionHandler

java.lang.Object
  extended by org.das2.util.DasExceptionHandler

public final class DasExceptionHandler
extends java.lang.Object


Constructor Summary
DasExceptionHandler()
           
 
Method Summary
static void handle(java.lang.Throwable t)
           
static 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

DasExceptionHandler

public DasExceptionHandler()
Method Detail

handle

public static void handle(java.lang.Throwable t)

handleUncaught

public static void handleUncaught(java.lang.Throwable t)