Lines Matching refs:exception
24 public static void main(String[] args) throws Exception {
148 public static void testSmaliFilledNewArray() throws Exception {
208 public static void testSmaliVerifyError() throws Exception {
220 public static void testSmaliFillArrayData() throws Exception {
238 Throwable exception = null;
242 exception = e.getCause();
243 assertTrue(exception instanceof IndexOutOfBoundsException);
245 assertNotNull(exception);
246 exception = null;
255 exception = e.getCause();
256 assertTrue(exception instanceof NullPointerException);
258 assertNotNull(exception);
277 Throwable exception = null;
281 exception = e.getCause();
282 assertTrue(exception instanceof IndexOutOfBoundsException);
284 assertNotNull(exception);
285 exception = null;
294 exception = e.getCause();
295 assertTrue(exception instanceof NullPointerException);
297 assertNotNull(exception);
316 Throwable exception = null;
320 exception = e.getCause();
321 assertTrue(exception instanceof IndexOutOfBoundsException);
323 assertNotNull(exception);
324 exception = null;
333 exception = e.getCause();
334 assertTrue(exception instanceof NullPointerException);
336 assertNotNull(exception);
355 Throwable exception = null;
359 exception = e.getCause();
360 assertTrue(exception instanceof IndexOutOfBoundsException);
362 assertNotNull(exception);
363 exception = null;
372 exception = e.getCause();
373 assertTrue(exception instanceof NullPointerException);
375 assertNotNull(exception);
394 Throwable exception = null;
398 exception = e.getCause();
399 assertTrue(exception instanceof IndexOutOfBoundsException);
401 assertNotNull(exception);
402 exception = null;
411 exception = e.getCause();
412 assertTrue(exception instanceof NullPointerException);
414 assertNotNull(exception);
431 Throwable exception = null;
435 exception = e.getCause();
436 assertTrue(exception instanceof IndexOutOfBoundsException);
438 assertNotNull(exception);
439 exception = null;
448 exception = e.getCause();
449 assertTrue(exception instanceof NullPointerException);
451 assertNotNull(exception);