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

/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java241 } catch (AttributionException e) {
269 List<Pair<JCCompilationUnit, JCTree>> read(File file) throws IOException, AttributionException {
302 throw new AttributionException("Exception while attributing file: " + file);
512 private static class AttributionException extends Exception { class in class:CheckAttributedTree
513 AttributionException(String msg) { method in class:CheckAttributedTree.AttributionException

Completed in 123 milliseconds