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

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

Completed in 242 milliseconds