Home | History | Annotate | Download | only in instr

Lines Matching refs:failure

650         RuntimeException failure = null;
769 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
773 failure = re;
780 if (failure != null)
782 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
785 new Object [] {failure.toString (), IAppConstants.APP_BUG_REPORT_LINK},
786 failure);
789 throw failure;