Searched defs:MirroredTypesException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/mirror/type/
H A DMirroredTypesException.java44 * javax.lang.model.type.MirroredTypesException}.
51 public class MirroredTypesException extends RuntimeException { class in inherits:RuntimeException
59 * Constructs a new MirroredTypesException for the specified types.
63 public MirroredTypesException(Collection<TypeMirror> types) { method in class:MirroredTypesException
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DMirroredTypesException.java48 public class MirroredTypesException extends RuntimeException { class in inherits:RuntimeException
57 MirroredTypesException(String message, TypeMirror type) { method in class:MirroredTypesException
65 * Constructs a new MirroredTypesException for the specified types.
69 public MirroredTypesException(List<? extends TypeMirror> types) { method in class:MirroredTypesException

Completed in 38 milliseconds