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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java119 inapplicableMethodException = new InapplicableMethodException(diags);
337 throw inapplicableMethodException.setMessage();
354 throw inapplicableMethodException.setMessage("arg.length.mismatch"); // not enough args
363 throw inapplicableMethodException.setMessage("explicit.param.do.not.conform.to.bounds",actuals.head, bounds);
443 throw inapplicableMethodException.setMessage("arg.length.mismatch"); // not enough args
451 throw inapplicableMethodException.setMessage("no.conforming.assignment.exists",
459 throw inapplicableMethodException.setMessage("arg.length.mismatch"); // not enough args
465 throw inapplicableMethodException.setMessage("varargs.argument.mismatch",
473 throw inapplicableMethodException.setMessage("inaccessible.varargs.type",
513 private final InapplicableMethodException inapplicableMethodException; field in class:Resolve
[all...]

Completed in 49 milliseconds