com.todoroo.andlib.service
Class ExceptionService.TodorooUncaughtExceptionHandler

java.lang.Object
  extended by com.todoroo.andlib.service.ExceptionService.TodorooUncaughtExceptionHandler
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
Enclosing class:
ExceptionService

public static class ExceptionService.TodorooUncaughtExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler

Uncaught exception handler uses the exception utilities class to report errors

Author:
Tim Su

Constructor Summary
ExceptionService.TodorooUncaughtExceptionHandler()
           
 
Method Summary
 void uncaughtException(java.lang.Thread thread, java.lang.Throwable ex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionService.TodorooUncaughtExceptionHandler

public ExceptionService.TodorooUncaughtExceptionHandler()
Method Detail

uncaughtException

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