Searched defs:exceptionOccurred (Results 1 - 2 of 2) sorted by relevance

/art/test/1928-exception-event-exception/src/art/
H A DTest1928.java29 public void exceptionOccurred( method in interface:Test1928.ExceptionHandler
66 HANDLER.exceptionOccurred(
86 public void exceptionOccurred( method in class:Test1928.DoNothingHandler
94 public void exceptionOccurred( method in class:Test1928.ThrowCatchBase
/art/test/1929-exception-catch-exception/src/art/
H A DTest1929.java46 public void exceptionOccurred( method in interface:Test1929.ExceptionHandler
71 HANDLER.exceptionOccurred(method, location, exception);
90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { method in class:Test1929.DoNothingHandler
97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { method in class:Test1929.ThrowCatchBase
111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { method in class:Test1929.ThrowBaseTestExceptionHandler
119 public void exceptionOccurred(Executable m, long loc, Throwable exception) { method in class:Test1929.ThrowTestExceptionNoRethrowHandler

Completed in 61 milliseconds