public class PiwikExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
Tracker.
Also see documentation for TrackHelper.uncaughtExceptions()
| Constructor and Description |
|---|
PiwikExceptionHandler(Tracker tracker,
TrackMe trackMe) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread.UncaughtExceptionHandler |
getDefaultExceptionHandler()
This will give you the previous exception handler that is now wrapped.
|
Tracker |
getTracker() |
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable ex) |
public Tracker getTracker()
public java.lang.Thread.UncaughtExceptionHandler getDefaultExceptionHandler()
public void uncaughtException(java.lang.Thread thread,
java.lang.Throwable ex)
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler