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

/openjdk7/langtools/test/tools/javac/multicatch/
H A DNeg07.java13 } catch (SonException | DaughterException e) {
24 static void thrower(int i) throws SonException, DaughterException {
26 throw new SonException();
33 private static class SonException class in class:Neg07
38 System.out.println("SonException.foo");
H A DPos10.java50 } catch (SonException | DaughterException e) {
67 private static void thrower(int i) throws SonException, DaughterException {
69 throw new SonException();
76 private static class SonException class in class:Pos10

Completed in 22 milliseconds