public interface ErrorLogEvent
| Modifier and Type | Method and Description |
|---|---|
Throwable |
cause()
Returns the throwable that occurred.
|
static ErrorLogEvent |
create(Throwable t)
Creates a default
ErrorLogEvent with the given throwable. |
static ErrorLogEvent create(Throwable t)
ErrorLogEvent with the given throwable.t - the throwable that occurredDefaultErrorLogEventDefaultErrorLogEventThrowable cause()