public class MirroredTypeException extends MirroredTypesException
类
对应于对象TypeMirror
。
MirroredTypesException
, Element.getAnnotation(Class)
, Serialized Form
Constructor and Description |
---|
MirroredTypeException(TypeMirror type)
为指定的类型构造一个新的MirroredTypeException。
|
Modifier and Type | Method and Description |
---|---|
TypeMirror |
getTypeMirror()
返回与正在访问的类型相对应的类型镜像。
|
getTypeMirrors
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MirroredTypeException(TypeMirror type)
type
- 正在访问的类型
public TypeMirror getTypeMirror()
null
如果不可用