public final class DataTypeException extends RuntimeException
有关数据类型的使用、调用、解析异常和警告的异常抛出
Data type related exception/warning class
Exception throws about usage, invocation, parsing exceptions, and warnings for data types
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DataTypeUnSupport
返回一个数据类型不恰当使用异常说明
Return a data type inappropriate use exception description
|
| 构造器和说明 |
|---|
DataTypeException(String message)
构建一个数据类型相关异常/警告
Build a data type related exception/warning
|
public DataTypeException(String message)
Build a data type related exception/warning
message - 异常/警告信息 Copyright © 2019. All rights reserved.