Searched refs:EXCEPTION_SIGNATURE (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DExceptionWithLocationTest.java31 private static final String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/Events/DebuggeeException;"; field in class:ExceptionWithLocationTest
70 exceptionClassId = getClassIDBySignature(EXCEPTION_SIGNATURE);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DCountModifierTest.java39 String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebuggee$TestException;"; field in class:CountModifierTest
163 EventBuilder builder = createExceptionEventBuilder(EXCEPTION_SIGNATURE,

Completed in 170 milliseconds