Lines Matching full:exception
46 System.err.println("No exception thrown");
50 System.err.println("Got unexpected exception: " + t);
55 System.err.println("No exception thrown");
59 System.err.println("Got unexpected exception: " + t);
64 System.err.println("No exception thrown");
68 System.err.println("Got unexpected exception: " + t);
76 System.err.println("No exception thrown");
80 System.err.println("Got unexpected exception: " + t);
85 System.err.println("No exception thrown");
89 System.err.println("Got unexpected exception: " + t);
94 System.err.println("No exception thrown");
96 System.out.println("Got expected exception");
98 System.err.println("Got unexpected exception: " + t);
103 System.err.println("No exception thrown");
105 System.out.println("Got expected exception");
107 System.err.println("Got unexpected exception: " + t);
112 * class of an exception, that we still allow it.
116 System.err.println("No exception thrown");
118 System.out.println("Got expected exception");
120 System.err.println("Got unexpected exception: " + t);
125 class BaseException extends Exception {}
221 throw new Exception();