Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/src/art/
DTest989.java76 public default Class<?> entryException() { return null; } in entryException() method
105 public Class<?> entryException() { return ErrorB.class; } in entryException() method in Test989.ThrowEnterTracer
142 public Class<?> entryException() { return ErrorB.class; } in entryException() method in Test989.ThrowBothTracer
195 } else if (t.entryException() != null) { in getExpectedError()
196 return t.entryException(); in getExpectedError()