Home | History | Annotate | Download | only in src

Lines Matching refs:TestFailed

28     static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
102 throw new TestFailed(nsme);
104 throw new TestFailed(ie);
106 throw new TestFailed(iae);
108 throw new TestFailed(cnfe);
137 throws TestFailed, InvocationTargetException
147 throws TestFailed, ClassNotFoundException {
157 static void testFailLoadAndGc() throws TestFailed {