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

/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleCombinersTest.java42 final IllegalArgumentException iae = new IllegalArgumentException("boo!");
44 handle.invoke(iae);
47 if (expected != iae) {
48 fail("Wrong exception: expected " + iae + " but was " + expected);
152 public static String testCatchException_handler(IllegalArgumentException iae, String arg1, argument
156 assertEquals("exceptionMessage", iae.getMessage());
165 public static String testCatchException_handler2(IllegalArgumentException iae, String arg1) { argument
166 assertEquals("exceptionMessage", iae.getMessage());

Completed in 48 milliseconds