public class MirroredTypesException extends RuntimeException
Class
objects each corresponding to a TypeMirror
.Constructor and Description |
---|
MirroredTypesException(Collection<TypeMirror> types)
Constructs a new MirroredTypesException for the specified types.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getQualifiedNames()
Returns the fully qualified names of the types being accessed.
|
Collection<TypeMirror> |
getTypeMirrors()
Returns the type mirrors corresponding to the types being accessed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MirroredTypesException(Collection<TypeMirror> types)
types
- an ordered collection of the types being accessedpublic Collection<TypeMirror> getTypeMirrors()
public Collection<String> getQualifiedNames()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.