Module  java.base
软件包  java.lang.annotation

Class IncompleteAnnotationException

    • 构造方法详细信息

      • IncompleteAnnotationException

        public IncompleteAnnotationException​(Class<? extends Annotation> annotationType,
                                             String elementName)
        构造一个IncompleteAnnotationException来指示指定的元素在指定的注释类型中丢失。
        参数
        annotationType - 注释类型的Class对象
        elementName - 缺少元素的名称
        异常
        NullPointerException - 如果任一参数是 null
    • 方法详细信息

      • annotationType

        public Class<? extends Annotation> annotationType​()
        返回缺少元素的注释类型的Class对象。
        结果
        具有缺少元素的注释类型的Class对象
      • elementName

        public String elementName​()
        返回缺少元素的名称。
        结果
        缺少元素的名称