Searched refs:throwException (Results 1 – 5 of 5) sorted by relevance
67 throwException(); in testSingleBlockFromCatch()106 throwException(); in testMultipleBlocksFromCatch()113 throwException(); in testMultipleBlocksFromCatch()142 throwException(); in testTryCatchFromCatch()149 throwException(); in testTryCatchFromCatch()175 private static void throwException() throws Exception { in throwException() method in Main
75 if1.throwException(); in main()135 public void throwException() throws BaseException; in throwException() method147 public void throwException() throws SubException; in throwException() method167 public void throwException() throws SubException {} in throwException() method in WTMix
72 Invoke public abstract void InterfaceW1.throwException() throws BaseException
29 native void throwException(); in throwException() method in MyClassNatives
48 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException()