Constructs a new MirroredTypesException for the specified types.paramtypes the types being accessed // cannot be serialized super("Attempt to access Class objects for TypeMirrors " + types); this.types = Collections.unmodifiableList(types);
// cannot be serialized super("Attempt to access Class objects for TypeMirrors " + types); this.types = Collections.unmodifiableList(types);
Returns the type mirrors corresponding to the types being accessed. The type mirrors may be unavailable if this exception has been serialized and then read back in.returnthe type mirrors in construction order, or {@code null} if unavailable return types;
return types;