org.solovyev.android.errors
Class CustomExceptionHandler

java.lang.Object
  extended by org.solovyev.android.errors.CustomExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class CustomExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler

User: serso Date: 2/12/12 Time: 1:19 PM


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

Constructor Detail

CustomExceptionHandler

public CustomExceptionHandler(@Nullable
                              String localPath,
                              @Nullable
                              String url)
Method Detail

uncaughtException

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


Copyright © 2013. All Rights Reserved.