| Package | Description |
|---|---|
| com.eboy.honey.response.core | |
| com.eboy.honey.response.core.impl | |
| com.eboy.honey.response.exception | |
| com.eboy.honey.response.handler |
| Modifier and Type | Method and Description |
|---|---|
default HoneyBaseException |
HoneyExceptionAssert.newException(Object... args)
重写自定义Assert 接口的方法
|
HoneyBaseException |
HoneyAssert.newException(Object... args)
创建异常
|
default HoneyBaseException |
HoneyExceptionAssert.newException(Throwable t,
Object... args)
重写自定义Assert接口的方法
|
HoneyBaseException |
HoneyAssert.newException(Throwable t,
Object... args)
创建异常
|
| Modifier and Type | Method and Description |
|---|---|
String |
HoneyMessage.getMessage(HoneyBaseException e)
定义消息
|
HoneyErrorResponse |
HoneyExceptionHandler.handleBaseException(HoneyBaseException e)
自定义异常处理
|
HoneyErrorResponse |
HoneyExceptionHandler.handleBusinessException(HoneyBaseException e)
业务异常处理
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultHoneyMessage.getMessage(HoneyBaseException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
HoneyBusinessException |
| Modifier and Type | Method and Description |
|---|---|
HoneyErrorResponse |
HoneyExceptionDefaultHandler.handleBaseException(HoneyBaseException e)
自定义异常
|
HoneyErrorResponse |
HoneyExceptionDefaultHandler.handleBusinessException(HoneyBaseException e)
业务异常
|
Copyright © 2021. All rights reserved.