Constructs a new MirroredTypeException for the specified type.paramtype the type being accessed // cannot be serialized super("Attempt to access Class object for TypeMirror " + type); this.type = type;
// cannot be serialized super("Attempt to access Class object for TypeMirror " + type); this.type = type;
Returns the type mirror corresponding to the type being accessed. The type mirror may be unavailable if this exception has been serialized and then read back in.returnthe type mirror, or {@code null} if unavailable return type;
return type;