public class MirroredTypeException
extends java.lang.RuntimeException
Class object
corresponding to a TypeMirror.| Constructor and Description |
|---|
MirroredTypeException(TypeMirror type)
Constructs a new MirroredTypeException for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQualifiedName()
Returns the fully qualified name of the type being accessed.
|
TypeMirror |
getTypeMirror()
Returns the type mirror corresponding to the type being accessed.
|
public MirroredTypeException(TypeMirror type)
type - the type being accessedpublic TypeMirror getTypeMirror()
public java.lang.String getQualifiedName()
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved