com.sun.mirror.type
public class MirroredTypeException extends 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 |
|---|---|
String |
getQualifiedName()
Returns the fully qualified name of the type being accessed.
|
TypeMirror |
getTypeMirror()
Returns the type mirror corresponding to the type being accessed.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MirroredTypeException(TypeMirror type)
type - the type being accessedpublic TypeMirror getTypeMirror()
public String getQualifiedName()
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.