Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DTestErrorException.java31 public class TestErrorException extends RuntimeException { class
42 protected TestErrorException() { in TestErrorException() method in TestErrorException
50 public TestErrorException(String message) { in TestErrorException() method in TestErrorException
60 public TestErrorException(String message, Throwable throwable) { in TestErrorException() method in TestErrorException
69 public TestErrorException(Throwable throwable) { in TestErrorException() method in TestErrorException