public class MirroredTypesException
extends java.lang.RuntimeException
Class
objects each corresponding to a TypeMirror.| Constructor and Description |
|---|
MirroredTypesException(java.util.Collection<TypeMirror> types)
Constructs a new MirroredTypesException for the specified types.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getQualifiedNames()
Returns the fully qualified names of the types being accessed.
|
java.util.Collection<TypeMirror> |
getTypeMirrors()
Returns the type mirrors corresponding to the types being accessed.
|
public MirroredTypesException(java.util.Collection<TypeMirror> types)
types - an ordered collection of the types being accessedpublic java.util.Collection<TypeMirror> getTypeMirrors()
public java.util.Collection<java.lang.String> getQualifiedNames()
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved