模块  java.compiler
软件包  javax.lang.model.type

Class MirroredTypesException

    • 构造方法详细信息

      • MirroredTypesException

        public MirroredTypesException​(List<? extends TypeMirror> types)
        为指定的类型构造一个新的MirroredTypesException。
        参数
        types - 正在访问的类型
    • 方法详细信息

      • getTypeMirrors

        public List<? extends TypeMirror> getTypeMirrors()
        返回与要访问的类型对应的类型镜像。 如果此异常已序列化然后再读回,则类型镜像可能不可用。
        结果
        类型以构造顺序镜像,如果不可用 null