Home
last modified time | relevance | path

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

/art/test/1928-exception-event-exception/src/art/
DTest1928.java71 public static class BaseTestException extends Error { class in Test1928
72 public BaseTestException(String e) { super(e); } in BaseTestException() method in Test1928.BaseTestException
73 public BaseTestException(String e, Throwable t) { super(e, t); } in BaseTestException() method in Test1928.BaseTestException
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java75 public static class BaseTestException extends Error { class in Test1929
76 public BaseTestException(String e) { super(e); } in BaseTestException() method in Test1929.BaseTestException
77 public BaseTestException(String e, Throwable t) { super(e, t); } in BaseTestException() method in Test1929.BaseTestException