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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 public static class InferenceException extends Resolve.InapplicableMethodException { class in class:Infer
87 InferenceException(JCDiagnostic.Factory diags) { method in class:Infer.InferenceException
92 public static class NoInstanceException extends InferenceException {
103 public static class InvalidInstanceException extends InferenceException {
306 Warner warn) throws InferenceException {
376 final Warner warn) throws InferenceException {
587 Warner warn) throws InferenceException {

Completed in 30 milliseconds