Searched refs:ExceptionHandler (Results 1 – 2 of 2) sorted by relevance
26 public static ExceptionHandler HANDLER = null;28 public static interface ExceptionHandler { interface in Test192885 public static class DoNothingHandler implements ExceptionHandler {93 public static class ThrowCatchBase implements ExceptionHandler {178 ExceptionHandler[] handlers = new ExceptionHandler[] { in run()190 for (ExceptionHandler handler : handlers) { in run()
27 public static ExceptionHandler HANDLER = null;45 public static interface ExceptionHandler { interface in Test192989 public static class DoNothingHandler implements ExceptionHandler {96 public static class ThrowCatchBase implements ExceptionHandler {110 public static class ThrowBaseTestExceptionHandler implements ExceptionHandler {118 public static class ThrowTestExceptionNoRethrowHandler implements ExceptionHandler {258 ExceptionHandler[] handlers = new ExceptionHandler[] { in run()274 for (ExceptionHandler handler : handlers) { in run()