java.lang.Object
|---java.lang.Throwable
|---|---java.lang.Exception
|---|---|---java.lang.RuntimeException
|---|---|---|---java.lang.EnumConstantNotPresentException
public class EnumConstantNotPresentException
extends RuntimeException
当应用程序尝试按名称访问枚举常量并且枚举类型不包含具有指定名称的常量时引发。 用于反射式读取注释的 API 可能会引发此异常。
构造函数 | 描述 |
---|---|
EnumConstantNotPresentException(Class<? extends Enum> enumType, String constantName) | 为指定的常量构造一个 EnumConstantNotPresentException。 |
修饰符和类型 | 方法 | 描述 |
---|---|---|
String | constantName() | 返回缺少的枚举常量的名称。 |
Class<? extends Enum> | enumType() | 返回缺少的枚举常量的类型。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
从类 java.lang.Throwable 继承的方法 |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
public EnumConstantNotPresentException(Class<? extends Enum> enumType, String constantName)
为指定的常量构造一个 EnumConstantNotPresentException。
参数:
参数名称 | 参数描述 |
---|---|
enumType | 缺少的枚举常量的类型 |
constantName | 缺少的枚举常量的名称 |
public Class<? extends Enum> enumType()
返回缺少的枚举常量的类型。
返回:
缺少的枚举常量的类型
public String constantName()
返回缺少的枚举常量的名称。
返回:
缺少的枚举常量的名称
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。