类 Constants.ConstantException

所有已实现的接口:
Serializable
封闭类:
Constants

public static class Constants.ConstantException extends IllegalArgumentException
Exception thrown when the Constants class is asked for an invalid constant name.
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • ConstantException

      public ConstantException(String className, String field, String message)
      Thrown when an invalid constant name is requested.
      参数:
      className - name of the class containing the constant definitions
      field - invalid constant name
      message - description of the problem
    • ConstantException

      public ConstantException(String className, String namePrefix, Object value)
      Thrown when an invalid constant value is looked up.
      参数:
      className - name of the class containing the constant definitions
      namePrefix - prefix of the searched constant names
      value - the looked up constant value