HomeSort by relevance Sort by last modified time
    Searched refs:TestErrorException (Results 1 - 25 of 41) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
TestErrorException.java 31 public class TestErrorException extends RuntimeException {
42 protected TestErrorException() {
50 public TestErrorException(String message) {
60 public TestErrorException(String message, Throwable throwable) {
69 public TestErrorException(Throwable throwable) {
TestOptions.java 387 throw new TestErrorException(e);
404 throw new TestErrorException(e);
419 throw new TestErrorException("Cannot set negative timeout value: "
438 throw new TestErrorException(e);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
ReplyErrorCodeException.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
35 public class ReplyErrorCodeException extends TestErrorException {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowLaunchDebugger002.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
57 } catch (TestErrorException e) {
68 } catch (TestErrorException e) {
83 } catch (TestErrorException e) {
98 } catch (TestErrorException e) {
105 } catch (TestErrorException e) {
LaunchedDebugger.java 21 import org.apache.harmony.jpda.tests.framework.TestErrorException;
172 throw new TestErrorException("Error during performing ThreadReference::Frames command");
193 throw new TestErrorException("Error during performing VirtualMachine::ClassesBySignature command");
219 } catch (TestErrorException e) {
220 throw new TestErrorException(e);
234 throw new TestErrorException("Error during performing ReferenceType::Method command");
285 throw new TestErrorException(e);
330 throw new TestErrorException(e);
OnthrowDebuggerLaunchTest.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
167 throw new TestErrorException(e);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
Debuggee.java 29 import org.apache.harmony.jpda.tests.framework.TestErrorException;
77 throw new TestErrorException("Debuggee can not be started: "
JPDADebuggeeSynchronizer.java 39 import org.apache.harmony.jpda.tests.framework.TestErrorException;
91 throw new TestErrorException(e);
134 throw new TestErrorException(e);
185 throw new TestErrorException(
205 throw new TestErrorException(
225 throw new TestErrorException(
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeTest.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
61 } catch (TestErrorException e) {
72 } catch (TestErrorException e) {
DisposeDuringInvokeDebuggee.java 21 import org.apache.harmony.jpda.tests.framework.TestErrorException;
83 throw new TestErrorException(e);
HoldEventsTest.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
82 throw new TestErrorException(e);
DisposeDuringInvokeTest.java 21 import org.apache.harmony.jpda.tests.framework.TestErrorException;
86 throw new TestErrorException("Failed to send ObjectReference.InvokeMethod command", e);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
135 public static int getTypeLength(byte typeID) throws TestErrorException {
204 throw new TestErrorException("Unexpected type ID: " + typeID);
215 throws TestErrorException {
306 throw new TestErrorException("Unexpected type ID: " + typeID);
JDWPDebuggeeWrapper.java 30 import org.apache.harmony.jpda.tests.framework.TestErrorException;
66 throw new TestErrorException(e);
Value.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
248 throw new TestErrorException("Illegal tag value");
290 throw new TestErrorException("Illegal tag value: " + tag);
Packet.java 30 import org.apache.harmony.jpda.tests.framework.TestErrorException;
97 throw new TestErrorException(
216 throw new TestErrorException("Improper JDWP.tag value = " + tag);
482 throw new TestErrorException(e);
511 throw new TestErrorException(e);
528 throw new TestErrorException("Improper ObjectID value length = "
552 throw new TestErrorException("Improper ObjectID value length = "
815 throw new TestErrorException("Improper ObjectID value length = "
835 throw new TestErrorException("Improper MethodID value length = "
859 throw new TestErrorException("Improper MethodID value length =
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 31 import org.apache.harmony.jpda.tests.framework.TestErrorException;
74 throw new TestErrorException(e);
97 throw new TestErrorException(e);
136 throw new TestErrorException(e);
JDWPManualDebuggeeWrapper.java 33 import org.apache.harmony.jpda.tests.framework.TestErrorException;
64 throw new TestErrorException("Unexpected user response: "
JDWPRawTestCase.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
136 throw new TestErrorException(e);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorDebuggee.java 30 import org.apache.harmony.jpda.tests.framework.TestErrorException;
58 throw new TestErrorException(e);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassUnloadTest.java 28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
94 throw new TestErrorException(e);
MonitorContendedEnterTest.java 21 import org.apache.harmony.jpda.tests.framework.TestErrorException;
57 } catch (TestErrorException e) {
MonitorContendedEnteredTest.java 21 import org.apache.harmony.jpda.tests.framework.TestErrorException;
57 } catch (TestErrorException e) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
BreakpointTest.java 29 import org.apache.harmony.jpda.tests.framework.TestErrorException;
88 } catch (TestErrorException thrown) {
MethodEntryExitTest.java 29 import org.apache.harmony.jpda.tests.framework.TestErrorException;
99 } catch (TestErrorException thrown) {

Completed in 789 milliseconds

1 2