- java.lang.Object
-  
      - java.lang.Throwable
-  
        - java.lang.Exception
-  
          - java.lang.RuntimeException
-  
            - javax.lang.model.type.MirroredTypesException
-  
              - javax.lang.model.type.MirroredTypeException
 
 
 
 
 
-  
       - All Implemented Interfaces:
-  
         Serializable
 
 
 public class MirroredTypeException extends MirroredTypesException 当应用程序尝试访问对应于TypeMirror的对象时抛出 。- 从以下版本开始:
- 1.6
- 另请参见:
-  
         MirroredTypesException,Element.getAnnotation(Class), Serialized Form
 
-  
        
       -  
             构造方法摘要构造方法 Constructor 描述 MirroredTypeException(TypeMirror type)为指定的类型构造一个新的MirroredTypeException。
 -  
             方法摘要所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 TypeMirrorgetTypeMirror()返回与正在访问的类型相对应的类型镜像。-  
               Methods inherited from class javax.lang.model.type.MirroredTypesExceptiongetTypeMirrors
 -  
               Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 -  
               Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
-  
               
 
-  
             
-  
        
       -  
             构造方法详细信息-  MirroredTypeExceptionpublic MirroredTypeException(TypeMirror type) 为指定的类型构造一个新的MirroredTypeException。- 参数
-  
              type- 正在访问的类型
 
 
-  
 -  
             方法详细信息-  getTypeMirrorpublic TypeMirror getTypeMirror() 返回与正在访问的类型相对应的类型镜像。 如果此异常已被序列化,然后再读入,则类型镜可能不可用。- 结果
- 
               类型镜像,或 
              null如果不可用)
 
 
-  
 
-