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

/openjdk7/jdk/test/com/sun/jdi/
H A DOnThrowTarget.java25 class OnThrowException extends Exception { class in inherits:Exception
26 private String myname = "OnThrowException";
30 static void doThrow() throws OnThrowException {
32 throw new OnThrowException();
34 public static void main( final String[] args ) throws OnThrowException {

Completed in 44 milliseconds