Lines Matching refs:exception
48 // Store uncaught exception from AUT.
70 protected void setUp() throws Exception {
80 protected void tearDown() throws Exception {
187 Throwable exception = null;
192 exception = runException;
195 onFailure(exception);
200 if (exception == null) {
201 exception = tearDownException;
205 if (exception != null) {
206 throw exception;
253 Throwable exception = e.getTargetException();
254 if (shouldSkipRemainingTests(exception) || runCount >= tolerance - 1) {
255 throw exception;
257 Logs.log(Log.WARN, exception);