| Package | Description |
|---|---|
| com.stackify.api | |
| com.stackify.api.common.error | |
| com.stackify.api.common.lang |
| Modifier and Type | Method and Description |
|---|---|
ErrorItem |
ErrorItem.Builder.build() |
ErrorItem |
StackifyError.getError() |
ErrorItem |
ErrorItem.getInnerError() |
| Modifier and Type | Method and Description |
|---|---|
StackifyError.Builder |
StackifyError.Builder.error(ErrorItem error)
Sets the builder's error
|
ErrorItem.Builder |
ErrorItem.Builder.innerError(ErrorItem innerError)
Sets the builder's innerError
|
| 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 © 2014 Stackify, LLC. All Rights Reserved.