Searched refs:HANDLER (Results 1 – 3 of 3) sorted by relevance
25 public static BreakpointHandler HANDLER = null; field in Test99556 HANDLER.breakpointReached(e, loc); in notifyBreakpointReached()118 HANDLER = handler;129 HANDLER = null;
26 public static ExceptionHandler HANDLER = null; field in Test192865 if (HANDLER != null) { in ExceptionEvent()66 HANDLER.exceptionOccurred( in ExceptionEvent()193 HANDLER = handler; in run()211 HANDLER = null; in run()
27 public static ExceptionHandler HANDLER = null; field in Test192970 if (HANDLER != null && TEST_METHODS.contains(method)) { in ExceptionCatchEvent()71 HANDLER.exceptionOccurred(method, location, exception); in ExceptionCatchEvent()292 HANDLER = handler; in run()310 HANDLER = null; in run()