Home | History | Annotate | Download | only in instr

Lines Matching refs:EMMARuntimeException

47 import com.vladium.emma.EMMARuntimeException;
118 throw new EMMARuntimeException (ioe);
144 throw new EMMARuntimeException (ioe);
283 throw new EMMARuntimeException (ioe);
295 throw new EMMARuntimeException (e);
337 throw new EMMARuntimeException (ioe);
362 throw new EMMARuntimeException (ioe);
375 throw new EMMARuntimeException ("could not rename temporary file [" + m_tempArchiveFile + "] to [" + m_origArchiveFile + "]: make sure the original file is not locked and can be deleted");
521 throw new EMMARuntimeException (ioe);
533 throw new EMMARuntimeException (e);
567 throw new EMMARuntimeException (ioe);
588 throw new EMMARuntimeException (ioe);
720 throw new EMMARuntimeException (INSTR_IO_FAILURE, ioe);
764 throw new EMMARuntimeException (OUT_IO_FAILURE, new Object [] {mdataOutFile.getAbsolutePath ()}, ioe);
769 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
784 throw new EMMARuntimeException (UNEXPECTED_FAILURE,
1047 EMMARuntimeException.class,