Searched defs:exception (Results 1 – 5 of 5) sorted by relevance
27 PackageManager.NameNotFoundException exception = new PackageManager.NameNotFoundException(); in testNameNotFoundException() local
62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch()82 void add(String exception, String branch) { in add()149 public void add(String exception, String start, String end, String branch) { in add()
148 public Exception exception; field in AsyncTaskTest.MyAsyncTask
222 protected void onPostExecute(Exception exception) { in onPostExecute()
413 IClassReference exception = (IClassReference) constructor.getExceptions().iterator().next(); in convertConstructorWithException() local