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

/openjdk7/jdk/test/com/sun/jdi/
H A DOnThrowTarget.java30 static void doThrow() throws OnThrowException { method in class:OnThrowTarget
36 doThrow();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractTubeImpl.java90 protected final NextAction doThrow(Throwable t) { method in class:AbstractTubeImpl
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostExceptionTest.java466 private Exception doThrow() { method in class:PostExceptionTest.ExceptionalWombat
476 throw doThrow();
482 throw new RuntimeException(doThrow());
487 throw doThrow();
492 throw new RuntimeException(doThrow());

Completed in 62 milliseconds