LiveGraph
data visualisation and analysis framework

org.LiveGraph
Class LiveGraph.UncaughtExceptionHandler

java.lang.Object
  extended by org.LiveGraph.LiveGraph.UncaughtExceptionHandler
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
Enclosing class:
LiveGraph

private class LiveGraph.UncaughtExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler


Constructor Summary
private LiveGraph.UncaughtExceptionHandler()
           
 
Method Summary
 void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveGraph.UncaughtExceptionHandler

private LiveGraph.UncaughtExceptionHandler()
Method Detail

uncaughtException

public void uncaughtException(java.lang.Thread t,
                              java.lang.Throwable e)
Specified by:
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler

LiveGraph
data visualisation and analysis framework