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

/art/test/957-methodhandle-transforms/src/
H A DMain.java56 final IllegalArgumentException iae = new IllegalArgumentException("boo!");
58 handle.invoke(iae);
61 if (expected != iae) {
62 fail("Wrong exception: expected " + iae + " but was " + expected);
146 public static String testCatchException_handler(IllegalArgumentException iae, String arg1, long arg2, argument
148 System.out.println("Handler: " + iae + ", Arg1: " + arg1 + ", Arg2: " + arg2 + ", ExMsg: " + exMsg);
152 public static String testCatchException_handler2(IllegalArgumentException iae, String arg1) { argument
153 System.out.println("Handler: " + iae + ", Arg1: " + arg1);

Completed in 65 milliseconds