OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EMMARuntimeException
(Results
1 - 18
of
18
) sorted by null
/external/emma/core/java12/com/vladium/emma/
EMMARuntimeException.java
7
* $Id:
EMMARuntimeException
.java,v 1.1.1.1 2004/05/09 16:57:29 vlad_r Exp $
18
class
EMMARuntimeException
extends AbstractRuntimeException
25
public
EMMARuntimeException
()
34
public
EMMARuntimeException
(final String message)
47
public
EMMARuntimeException
(final String message, final Object [] arguments)
57
public
EMMARuntimeException
(final Throwable cause)
68
public
EMMARuntimeException
(final String message, final Throwable cause)
82
public
EMMARuntimeException
(final String message, final Object [] arguments, final Throwable cause)
runCommand.java
131
throw new
EMMARuntimeException
(IAppErrorCodes.ARGS_IO_FAILURE, ioe);
158
throw new
EMMARuntimeException
(IAppErrorCodes.ARGS_IO_FAILURE, ioe);
250
catch (
EMMARuntimeException
yre)
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java
17
import com.vladium.emma.
EMMARuntimeException
;
50
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
65
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
80
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
95
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
/external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java
18
import com.vladium.emma.
EMMARuntimeException
;
105
throw new
EMMARuntimeException
(IAppErrorCodes.ARGS_IO_FAILURE, ioe);
125
catch (
EMMARuntimeException
yre)
MergeProcessor.java
23
import com.vladium.emma.
EMMARuntimeException
;
245
throw new
EMMARuntimeException
(ioe);
275
throw new
EMMARuntimeException
(ioe);
289
throw new
EMMARuntimeException
("could not rename temporary file [" + tempDataOutFile.getAbsolutePath () + "] to [" + canonicalDataOutFile + "]: make sure the original file is not locked and can be deleted");
304
failure = new
EMMARuntimeException
(SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
319
throw new
EMMARuntimeException
(UNEXPECTED_FAILURE,
361
EMMARuntimeException
.class,
/external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java
19
import com.vladium.emma.
EMMARuntimeException
;
133
throw new
EMMARuntimeException
(IAppErrorCodes.ARGS_IO_FAILURE, ioe);
166
catch (
EMMARuntimeException
yre)
InstrProcessor.java
18
import com.vladium.emma.
EMMARuntimeException
;
218
throws
EMMARuntimeException
223
throw new
EMMARuntimeException
(IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.getAbsolutePath ()});
228
throw new
EMMARuntimeException
(IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.getAbsolutePath ()});
InstrProcessorST.java
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)
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java
18
import com.vladium.emma.
EMMARuntimeException
;
95
throw new
EMMARuntimeException
(IAppErrorCodes.CLASS_STAMP_MISMATCH,
reportCommand.java
20
import com.vladium.emma.
EMMARuntimeException
;
111
throw new
EMMARuntimeException
(IAppErrorCodes.ARGS_IO_FAILURE, ioe);
133
catch (
EMMARuntimeException
yre)
ReportProcessor.java
23
import com.vladium.emma.
EMMARuntimeException
;
278
failure = new
EMMARuntimeException
(SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
293
throw new
EMMARuntimeException
(UNEXPECTED_FAILURE,
334
EMMARuntimeException
.class,
ReportProperties.java
24
import com.vladium.emma.
EMMARuntimeException
;
313
throw new
EMMARuntimeException
(INVALID_PARAMETER_VALUE, new Object [] {IReportProperties.DEPTH, depth});
336
throw new
EMMARuntimeException
(INVALID_COLUMN_NAME, new Object [] {columnName});
/external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java
30
import com.vladium.emma.
EMMARuntimeException
;
68
throw new
EMMARuntimeException
(INSTR_IO_FAILURE, ioe);
118
throw new
EMMARuntimeException
(ioe);
131
throw new
EMMARuntimeException
(e);
167
throw new
EMMARuntimeException
(ioe);
217
throw new
EMMARuntimeException
(ioe);
230
throw new
EMMARuntimeException
(e);
267
throw new
EMMARuntimeException
(ioe);
AppRunner.java
35
import com.vladium.emma.
EMMARuntimeException
;
415
throw new
EMMARuntimeException
(SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
419
throw new
EMMARuntimeException
(mue);
444
throw new
EMMARuntimeException
(SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
463
throw new
EMMARuntimeException
(MAIN_CLASS_NOT_FOUND, new String [] {m_appClassName}, cnfe);
469
throw new
EMMARuntimeException
(MAIN_CLASS_LOAD_FAILURE, new String [] {m_appClassName, cause.toString ()}, cause);
473
throw new
EMMARuntimeException
(MAIN_CLASS_NOT_FOUND, new String [] {m_appClassName}, t);
483
throw new
EMMARuntimeException
(MAIN_CLASS_BAD_DELEGATION, new String [] {IAppConstants.APP_NAME, m_appClassName, loaderName});
497
throw new
EMMARuntimeException
(MAIN_METHOD_NOT_FOUND, new String [] {m_appClassName}, t);
533
throw new
EMMARuntimeException
(MAIN_METHOD_FAILURE, new String [] {m_appClassName, cause.toString ()}, cause)
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java
13
import com.vladium.emma.
EMMARuntimeException
;
65
throws
EMMARuntimeException
331
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
349
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
364
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
388
throw new
EMMARuntimeException
("Failed to delete " + file);
396
throw new
EMMARuntimeException
(uee);
402
throw new
EMMARuntimeException
(fnfe);
/external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java
27
import com.vladium.emma.
EMMARuntimeException
;
62
throws
EMMARuntimeException
137
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
426
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
441
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
454
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
466
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
481
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
505
throw new
EMMARuntimeException
(uee);
512
throw new
EMMARuntimeException
(fnfe)
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java
28
import com.vladium.emma.
EMMARuntimeException
;
62
throws
EMMARuntimeException
133
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
182
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
200
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
216
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
231
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
245
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
496
throw new
EMMARuntimeException
(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
520
throw new
EMMARuntimeException
(uee)
[
all
...]
/external/emma/lib/
emma.jar
Completed in 312 milliseconds