| 程序包 | 说明 |
|---|---|
| cn.ponfee.disjob.common.exception | |
| cn.ponfee.disjob.common.model |
| 构造器和说明 |
|---|
BaseCheckedException(CodeMsg codeMsg) |
BaseCheckedException(CodeMsg codeMsg,
Throwable cause) |
BaseUncheckedException(CodeMsg codeMsg) |
BaseUncheckedException(CodeMsg codeMsg,
Throwable cause) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Result<T>
Representing the result-data structure
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Result<T> |
Result.failure(CodeMsg cm) |
static <T> Result<T> |
Result.of(CodeMsg cm) |
static <T> Result<T> |
Result.of(CodeMsg cm,
T data) |
Copyright © 2023. All rights reserved.