Package | Description |
---|---|
org.tinygroup.exception | |
org.tinygroup.exception.impl | |
org.tinygroup.exception.util |
Modifier and Type | Method and Description |
---|---|
Error |
ErrorContext.fetchCurrentError()
获取当前错误对象
|
Error |
ErrorContext.fetchRootError()
获取原始错误对象
|
Modifier and Type | Method and Description |
---|---|
List<Error> |
ErrorContext.getErrorStack()
Getter method for property errorStack.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorContext.addError(Error error)
向堆栈中添加错误对象。
|
String |
ErrorCodeTranslator.getErrorCode(Error error)
显示要进行翻译的异常号
|
String |
ErrorCodeTranslator.translate(Error error)
异常号翻译方法
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorContext.setErrorStack(List<Error> errorStack)
Setter method for property errorStack.
|
Modifier and Type | Method and Description |
---|---|
String |
SimpleErrorCodeTranslator.getErrorCode(Error error) |
String |
SimpleErrorCodeTranslator.translate(Error error) |
Modifier and Type | Method and Description |
---|---|
static Error |
ErrorUtil.makeError(ErrorCode errorCode,
String message)
创建一个CommonError
|
static Error |
ErrorUtil.makeError(ErrorCode errorCode,
String message,
String location)
创建一个CommonError
|
Modifier and Type | Method and Description |
---|---|
static ErrorContext |
ErrorUtil.addError(Error error)
增加一个error到errorContext中
|
static ErrorContext |
ErrorUtil.addError(ErrorContext context,
Error error)
增加一个error到errorContext中
|
Copyright © 2006–2018 TinyGroup. All rights reserved.