Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationFormatErrorTest.java41 IllegalArgumentException iae = new IllegalArgumentException(); in test_constructorLjava_lang_Throwable() local
51 IllegalArgumentException iae = new IllegalArgumentException(); in test_constructorLjava_lang_StringLjava_lang_Throwable() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DServiceConfigurationErrorTest.java48 IllegalArgumentException iae = new IllegalArgumentException( in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThrowableTest.java82 IllegalArgumentException iae = new IllegalArgumentException(); in test_initCause() local
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java42 final IllegalArgumentException iae = new IllegalArgumentException("boo!"); in testThrowException() local
152 public static String testCatchException_handler(IllegalArgumentException iae, String arg1, in testCatchException_handler()
165 public static String testCatchException_handler2(IllegalArgumentException iae, String arg1) { in testCatchException_handler2()