OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exceptionclassid
(Results
1 - 4
of
4
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionWithLocationTest.java
34
private long
exceptionClassId
= -1;
69
if (
exceptionClassId
== -1) {
70
exceptionClassId
= getClassIDBySignature(EXCEPTION_SIGNATURE);
73
builder.setExceptionOnly(
exceptionClassId
, true, false);
86
exceptionClassId
, thrownExceptionClassId);
CombinedExceptionEventsTest.java
173
private int requestException(long
exceptionClassID
, boolean caught,
175
printTestLog("Request EXCEPTION event: class=" +
exceptionClassID
+ ", caught="
178
exceptionClassID
, caught, uncaught);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventBuilder.java
92
* @param
exceptionClassID
the reference type ID of the exception class
97
public EventBuilder setExceptionOnly(long
exceptionClassID
, boolean caught,
102
mod.exceptionOrNull =
exceptionClassID
;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java
82
long
exceptionClassID
= debuggeeWrapper.vmMirror.getClassID(
85
exceptionClassID
!= 1);
86
builder.setExceptionOnly(
exceptionClassID
, caught, uncaught);
Completed in 1340 milliseconds