GraphLab Project

graphlab.platform.core.exception
Class ExceptionHandler

java.lang.Object
  extended by graphlab.platform.core.exception.ExceptionHandler
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler

public class ExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler


Constructor Summary
ExceptionHandler(BlackBoard bb)
           
 
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

ExceptionHandler

public ExceptionHandler(BlackBoard bb)
Method Detail

uncaughtException

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

GraphLab Project