java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.lang.model.type.MirroredTypeException
public class MirroredTypeException
当应用程序试图访问对应于 TypeMirror
的 Class
对象时,抛出此异常。
MirroredTypesException
,
Element.getAnnotation(Class)
,
序列化表格
构造方法摘要 | |
---|---|
MirroredTypeException(TypeMirror type) 构造一个针对指定类型的新 MirroredTypeException。 |
方法摘要 | |
---|---|
TypeMirror |
getTypeMirror() 返回对应于要访问类型的类型镜像。 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public MirroredTypeException(TypeMirror type)
type
- 要访问的类型
方法详细信息 |
---|
public TypeMirror getTypeMirror()
null