类 Constants.ConstantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cn.taketoday.core.Constants.ConstantException
- 所有已实现的接口:
Serializable
- 封闭类:
- Constants
Exception thrown when the
Constants class is asked for an invalid
constant name.- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明ConstantException(String className, String namePrefix, Object value) Thrown when an invalid constant value is looked up.ConstantException(String className, String field, String message) Thrown when an invalid constant name is requested. -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
ConstantException
Thrown when an invalid constant name is requested.- 参数:
className- name of the class containing the constant definitionsfield- invalid constant namemessage- description of the problem
-
ConstantException
Thrown when an invalid constant value is looked up.- 参数:
className- name of the class containing the constant definitionsnamePrefix- prefix of the searched constant namesvalue- the looked up constant value
-