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

/openjdk7/langtools/test/tools/javac/
H A DThrowsIntersection_2.java37 class Ex3 extends Exception {} class in inherits:Exception
40 int m1() throws Ex1, Ex3;
44 int m1() throws Ex3, Ex2;
52 public int m1() throws Ex3 {
58 public int m1() throws Ex3 {

Completed in 29 milliseconds