Lines Matching defs:exception
128 * @throws Throwable if any exception is thrown
131 Throwable exception= null;
136 exception= running;
142 if (exception == null) exception= tearingDown;
145 if (exception != null) throw exception;
149 * @throws Throwable if any exception is thrown
183 protected void setUp() throws Exception {
189 protected void tearDown() throws Exception {