Home | History | Annotate | Download | only in res

Lines Matching refs:newE

559                         NotFoundException newE = new NotFoundException();
560 newE.initCause(e);
561 throw newE;
563 NotFoundException newE = new NotFoundException();
564 newE.initCause(e);
565 throw newE;
592 NotFoundException newE = new NotFoundException();
593 newE.initCause(e);
594 throw newE;
596 NotFoundException newE = new NotFoundException();
597 newE.initCause(e);
598 throw newE;
623 NotFoundException newE = new NotFoundException();
624 newE.initCause(e);
625 throw newE;