Home
last modified time | relevance | path

Searched refs:throwDebuggeeException (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedExceptionEventsDebuggee.java64 throwDebuggeeException("Caught debuggee exception"); in testCaughtException()
85 throwDebuggeeException("Uncaught debuggee exception"); in testUncaughtException()
101 private static void throwDebuggeeException(String msg) { in throwDebuggeeException() method in CombinedExceptionEventsDebuggee
DExceptionUncaughtDebuggee.java57 throwDebuggeeException(); in run()
75 public static void throwDebuggeeException() { in throwDebuggeeException() method in ExceptionUncaughtDebuggee
DExceptionCaughtDebuggee.java81 throwDebuggeeException(); in throwAndCatchDebuggeeException()
100 private void throwDebuggeeException() { in throwDebuggeeException() method in ExceptionCaughtDebuggee