类 ConstantException

    • 构造器详细资料

      • 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