Searched refs:throwException (Results 1 – 6 of 6) sorted by relevance
56 throwException(); in testSingleBlockFromCatch()95 throwException(); in testMultipleBlocksFromCatch()102 throwException(); in testMultipleBlocksFromCatch()126 private static void throwException() throws Exception { in throwException() method in Main
25 new ZipFile(null, throwException(), null); in main()37 public static int 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
76 Invoke public abstract void InterfaceW1.throwException() throws BaseException
28 native void throwException(); in throwException() method in MyClassNatives
49 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException()