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

/openjdk7/langtools/test/com/sun/javadoc/testDeprecatedDocs/pkg/
H A DTestException.java29 public class TestException extends Exception { class in inherits:Exception
39 public TestException() {} method in class:TestException
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassPathTest.java49 static class TestException extends RuntimeException { class in class:ClassPathTest
50 TestException(Throwable t) { method in class:ClassPathTest.TestException
65 throw new TestException(e);
78 throw new TestException(e);
107 throw new TestException(t);
115 throw new TestException(t2);
143 throw new TestException(e);
/openjdk7/jdk/test/sun/security/tools/keytool/
H A Dstandard.sh66 rm TestException.class
H A Dautotest.sh105 rm TestException.class
H A DKeyToolTest.java1330 class TestException extends Exception { class in inherits:Exception
1331 public TestException(String e) { method in class:TestException

Completed in 58 milliseconds