Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 3 of 3) sorted by relevance

/art/test/427-bounds/src/
DMain.java26 String exceptionMessage = exception.getMessage(); in main() local
29 if (exceptionMessage.contains("length")) { in main()
30 if (!exceptionMessage.contains("length=1")) { in main()
36 if (exceptionMessage.contains("index")) { in main()
37 if (!exceptionMessage.contains("index=2")) { in main()
/art/test/957-methodhandle-transforms/
Dexpected.txt10 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptio…
11 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptio…
12 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
13 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
/art/test/957-methodhandle-transforms/src/
DMain.java136 public static String testCatchException_target(String arg1, long arg2, String exceptionMessage) in testCatchException_target() argument
138 if (exceptionMessage != null) { in testCatchException_target()
139 throw new IllegalArgumentException(exceptionMessage); in testCatchException_target()