Home
last modified time | relevance | path

Searched defs:ErrorC (Results 1 – 1 of 1) sorted by relevance

/art/test/989-method-trace-throw/src/art/
DTest989.java382 private static class ErrorC extends Error { class in Test989
384 public ErrorC(String s) { super(s); } in ErrorC() method in Test989.ErrorC