public class MirroredTypesException
extends java.lang.RuntimeException
Class objects each corresponding to a TypeMirror.MirroredTypeException,
Element.getAnnotation(Class),
Serialized Form| Constructor and Description |
|---|
MirroredTypesException(java.util.List<? extends TypeMirror> types)
Constructs a new MirroredTypesException for the specified types.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends TypeMirror> |
getTypeMirrors()
Returns the type mirrors corresponding to the types being accessed.
|
public MirroredTypesException(java.util.List<? extends TypeMirror> types)
types - the types being accessedpublic java.util.List<? extends TypeMirror> getTypeMirrors()
null if unavailable