waitedEvent.timedout(), waitedEvent.location() );
}
else if ( event instanceof ExceptionEvent )
{
ExceptionEvent exceptionEvent = (ExceptionEvent) event;
handler.onExceptionThrown( suspension, exceptionEvent.virtualMachine(), exceptionEvent.thread(),
(ExceptionRequest) exceptionEvent.request(),
exceptionEvent.exception(),
exceptionEvent.location(), exceptionEvent.catchLocation() );
}
else