| Package | Description |
|---|---|
| net.kencochrane.raven.event.interfaces | |
| net.kencochrane.raven.marshaller.json |
| Modifier and Type | Method and Description |
|---|---|
StackTraceInterface |
SentryException.getStackTraceInterface() |
| Constructor and Description |
|---|
SentryException(String exceptionMessage,
String exceptionClassName,
String exceptionPackageName,
StackTraceInterface stackTraceInterface)
Creates a Sentry exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackTraceInterfaceBinding.writeInterface(com.fasterxml.jackson.core.JsonGenerator generator,
StackTraceInterface stackTraceInterface) |
| Constructor and Description |
|---|
ExceptionInterfaceBinding(InterfaceBinding<StackTraceInterface> stackTraceInterfaceBinding)
Creates a Binding system to send a
ExceptionInterface on JSON stream. |
Copyright © 2012–2014. All rights reserved.