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

/art/test/989-method-trace-throw/src/art/
H A DTest989.java76 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 20 milliseconds