Searched refs:exceptionOccurred (Results 1 – 2 of 2) sorted by relevance
/art/test/1929-exception-catch-exception/src/art/ |
D | Test1929.java | 46 public void exceptionOccurred( in exceptionOccurred() method 71 HANDLER.exceptionOccurred(method, location, exception); in ExceptionCatchEvent() 90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.DoNothingHandler 97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.ThrowCatchBase 111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.ThrowBaseTestExceptionHandler 119 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.ThrowTestExceptionNoRethrowHandler
|
/art/test/1928-exception-event-exception/src/art/ |
D | Test1928.java | 29 public void exceptionOccurred( in exceptionOccurred() method 66 HANDLER.exceptionOccurred( in ExceptionEvent() 86 public void exceptionOccurred( in exceptionOccurred() method in Test1928.DoNothingHandler 94 public void exceptionOccurred( in exceptionOccurred() method in Test1928.ThrowCatchBase
|