Searched refs:UnknownTypeException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DUnknownTypeException.java43 public class UnknownTypeException extends UnknownEntityException { class in inherits:UnknownEntityException
51 * Creates a new {@code UnknownTypeException}.The {@code p}
60 public UnknownTypeException(TypeMirror t, Object p) { method in class:UnknownTypeException
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestExceptions.java44 new UnknownTypeException((TypeMirror)null, (Object)null)
H A DTestSymtabItems.java39 import javax.lang.model.type.UnknownTypeException;
217 } catch (UnknownTypeException ex) {
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DAbstractTypeVisitor6.java117 * UnknownTypeException}. This behavior is not required of a
122 * @throws UnknownTypeException
126 throw new UnknownTypeException(t, p);
/openjdk7/langtools/test/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnknownTypeException;
105 throw new RuntimeException("Expected UnknownTypeException not thrown.");
106 } catch (UnknownTypeException ute) {

Completed in 43 milliseconds