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

/openjdk7/jdk/test/com/sun/jdi/
H A DOnThrowTest.java25 * @test OnThrowTest.java
30 * @run compile -g OnThrowTest.java
33 * @run main/othervm OnThrowTest
41 public class OnThrowTest extends Object { class in inherits:Object
46 OnThrowTest() throws Exception { method in class:OnThrowTest
137 OnThrowTest myTest = new OnThrowTest();

Completed in 26 milliseconds