| Package | Description |
|---|---|
| com.stackify.api.common.error | |
| com.stackify.api.common.lang |
| Modifier and Type | Method and Description |
|---|---|
static ErrorItem |
ErrorCounter.getBaseError(StackifyError error)
Gets the base error (the last error in the causal chain)
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ErrorCounter.getUniqueKey(ErrorItem errorItem)
Generates a unique key based on the error.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorItem |
Throwables.toErrorItem(String logMessage,
String className,
String methodName,
int lineNumber)
Create an error item from a simple log message (without an explicit exception)
|
static ErrorItem |
Throwables.toErrorItem(String logMessage,
Throwable t)
Converts a Throwable to an ErrorItem
|
static ErrorItem |
Throwables.toErrorItem(Throwable t)
Converts a Throwable to an ErrorItem
|
Copyright © 2019 Stackify, LLC. All rights reserved.