| 程序包 | 说明 |
|---|---|
| com.github.houbb.heaven.response.exception |
异常相关信息
Created: 2019-02-20 20:59
Project: heaven
|
| com.github.houbb.heaven.response.respcode |
响应码文件夹
Created: 2019-02-20 21:04
Project: heaven
|
| com.github.houbb.heaven.response.respcode.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericAdviceRuntimeException
通用运行时异常
1.
|
class |
GenericRuntimeException
通用运行时异常
1.
|
| 构造器和说明 |
|---|
GenericAdviceRuntimeException(RespCode respCode,
String advice) |
GenericAdviceRuntimeException(String message,
RespCode respCode,
String advice) |
GenericAdviceRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
RespCode respCode,
String advice) |
GenericAdviceRuntimeException(String message,
Throwable cause,
RespCode respCode,
String advice) |
GenericAdviceRuntimeException(Throwable cause,
RespCode respCode,
String advice) |
GenericRuntimeException(RespCode respCode) |
GenericRuntimeException(String message,
RespCode respCode) |
GenericRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
RespCode respCode) |
GenericRuntimeException(String message,
Throwable cause,
RespCode respCode) |
GenericRuntimeException(Throwable cause,
RespCode respCode) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AdviceRespCode
包含建议的响应码
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommonAdviceRespCode
包含建议的响应码
|
class |
CommonRespCode
通用响应编码
|
class |
HttpRespCodeEnum
http 响应编码
|
Copyright © 2024. All rights reserved.