Searched refs:NoInstanceException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java76 new NoInstanceException(true, diags);
78 new NoInstanceException(false, diags);
92 public static class NoInstanceException extends InferenceException { class in class:Infer
97 NoInstanceException(boolean isAmbiguous, JCDiagnostic.Factory diags) { method in class:Infer.NoInstanceException
111 private final NoInstanceException ambiguousNoInstanceException;
112 private final NoInstanceException unambiguousNoInstanceException;
129 * by its `inst' field. Throws a NoInstanceException
205 * Throw a NoInstanceException if this not possible.
207 void maximizeInst(UndetVar that, Warner warn) throws NoInstanceException {
260 * Throw a NoInstanceException i
[all...]
H A DCheck.java459 Type instantiatePoly(DiagnosticPosition pos, ForAll t, Type pt, Warner warn) throws Infer.NoInstanceException {
470 } catch (Infer.NoInstanceException ex) {

Completed in 38 milliseconds