Searched defs:entryException (Results 1 - 1 of 1) sorted by relevance
/art/test/989-method-trace-throw/src/art/ | ||
H A D | Test989.java | 76 public default Class<?> entryException() { return null; } method in interface:Test989.MethodTracer 105 public Class<?> entryException() { return ErrorB.class; } method in class:Test989.ThrowEnterTracer 142 public Class<?> entryException() { return ErrorB.class; } method in class:Test989.ThrowBothTracer 195 } else if (t.entryException() != null) { 196 return t.entryException(); |
Completed in 4 milliseconds