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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrTests.java372 throw new MyKindOfException();
376 } catch (MyKindOfException e) {
378 throw new AssertionError("Unexpected MyKindOfException");
405 throw new MyKindOfException();
409 } catch (MyKindOfException e) {
411 throw new AssertionError("Unexpected MyKindOfException");
438 throw new MyKindOfException();
443 } catch (MyKindOfException e) {
445 throw new AssertionError("Unexpected MyKindOfException");
473 throw new MyKindOfException();
689 private static class MyKindOfException extends Exception { class in class:TwrTests
[all...]

Completed in 31 milliseconds