| Package | Description |
|---|---|
| xyz.zhouxy.plusone.commons.exception |
包含常见的业务异常与系统异常,以及异常相关的工具
|
| Modifier and Type | Field and Description |
|---|---|
static ParsingFailureException.Type |
ParsingFailureException.DATE_TIME_PARSING_FAILURE
时间解析失败
|
static ParsingFailureException.Type |
ParsingFailureException.DEFAULT
默认类型
|
static ParsingFailureException.Type |
ParsingFailureException.JSON_PARSING_FAILURE
JSON 解析失败
|
static ParsingFailureException.Type |
ParsingFailureException.NUMBER_PARSING_FAILURE
数字转换失败
|
static ParsingFailureException.Type |
ParsingFailureException.XML_PARSING_FAILURE
XML 解析失败
|
| Modifier and Type | Method and Description |
|---|---|
ParsingFailureException.Type |
ParsingFailureException.getType() |
static ParsingFailureException.Type |
ParsingFailureException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsingFailureException.Type[] |
ParsingFailureException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026. All rights reserved.