Home
last modified time | relevance | path

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

/art/test/1929-exception-catch-exception/src/art/
DTest1929.java27 public static ExceptionHandler HANDLER = null;
45 public static interface ExceptionHandler { interface in Test1929
89 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 {
273 ExceptionHandler[] handlers = new ExceptionHandler[] { in run()
289 for (ExceptionHandler handler : handlers) { in run()
/art/test/1928-exception-event-exception/src/art/
DTest1928.java26 public static ExceptionHandler HANDLER = null;
28 public static interface ExceptionHandler { interface in Test1928
85 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()