- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.annotation.AnnotationTypeMismatchException
-
- All Implemented Interfaces:
-
Serializable
public class AnnotationTypeMismatchException extends RuntimeException
抛出以指示程序已尝试访问注释编辑(或序列化)后类型已更改的注释元素。 这个异常可以抛出API used to read annotations reflectively 。- 从以下版本开始:
- 1.5
- 另请参见:
-
AnnotatedElement
, Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 AnnotationTypeMismatchException(方法 element, String foundType)
为指定的注释类型元素构造AnnotationTypeMismatchException,并找到数据类型。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 方法
element()
返回错误类型元素的方法
对象。String
foundType()
返回错误类型元素中找到的数据类型。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-