Home
last modified time | relevance | path

Searched refs:catch_message (Results 1 – 2 of 2) sorted by relevance

/art/test/1928-exception-event-exception/src/art/
DTest1928.java52 String catch_message; in ExceptionEvent() local
54 catch_message = "<UNKNOWN>"; in ExceptionEvent()
56 catch_message = catch_method.toString() + " @ line = " + in ExceptionEvent()
60 System.out.println("\tWill be caught by: " + catch_message); in ExceptionEvent()
/art/test/1927-exception-event/src/art/
DTest1927.java59 String catch_message; in ExceptionEvent() local
61 catch_message = "<UNKNOWN>"; in ExceptionEvent()
63 catch_message = catch_method.toString() + " @ line = " + in ExceptionEvent()
67 System.out.println("\tWill be caught by: " + catch_message); in ExceptionEvent()