This testcase is for caught EXCEPTION event.
It runs ExceptionDebuggee that throws caught DebuggeeException.
The test verifies that requested EXCEPTION event occurs and reported exception
object is not null and is instance of expected class with expected tag.
This testcase is for caught EXCEPTION event and reported location.
It runs ExceptionDebuggee that throws caught DebuggeeException.
Tte test verifies that requested EXCEPTION event occurs, thread is not null,
reported location is not null and is equal to location of the top stack frame.
Methods inherited from org.apache.harmony.jpda.tests.jdwp.Events.JDWPEventTestCase