Searched refs:catch_message (Results 1 – 2 of 2) sorted by relevance
52 String catch_message; in ExceptionEvent() local54 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()
59 String catch_message; in ExceptionEvent() local61 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()