public class SamebugUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
This class uses SamebugNotifier under the hood, see there the configuration details.
| Constructor and Description |
|---|
SamebugUncaughtExceptionHandler()
Construct using an underlying notifier with default configuration.
|
SamebugUncaughtExceptionHandler(Configuration config)
Construct using an underlying notifier with the specified config.
|
SamebugUncaughtExceptionHandler(String applicationKey)
Construct using an underlying notifier with the specified application key.
|
public SamebugUncaughtExceptionHandler()
throws NoConfigFileException,
MultipleConfigFileException,
BadAppKey,
BadServerAddress
public SamebugUncaughtExceptionHandler(String applicationKey)
public SamebugUncaughtExceptionHandler(Configuration config)
public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2014. All rights reserved.