public class RollbarUncaughtExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
error to Rollbar and delegates to the previous
exception handler the proper handling of the error.| Constructor and Description |
|---|
RollbarUncaughtExceptionHandler(Rollbar rollbar,
java.lang.Thread.UncaughtExceptionHandler delegate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable throwable) |
public RollbarUncaughtExceptionHandler(Rollbar rollbar, java.lang.Thread.UncaughtExceptionHandler delegate)
rollbar - the rollbar notifier.delegate - the uncaught exception handler to delegate.