OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCEPTION_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java
40
public static final String
EXCEPTION_TYPE
= "EXCEPTION";
130
}else if(type.equals(
EXCEPTION_TYPE
)){
MethodExitWithReturnValueTest.java
53
synchronizer.sendMessage(MethodExitWithReturnValueDebuggee.
EXCEPTION_TYPE
);
Completed in 69 milliseconds