Home | History | Annotate | Download | only in emma
      1 # -----------------------------------------------------------------------------
      2 # this is loaded as a resource bundle by com.vladium.emma.* exceptions
      3 # -----------------------------------------------------------------------------
      4 
      5 UNEXPECTED_FAILURE: \
      6 unexpected failure {0}, please submit a bug report to: ''{1}''
      7 
      8 INVALID_PARAMETER_VALUE: \
      9 value ''{1}'' is not valid for parameter ''{0}''
     10 
     11 REQUIRED_PARAMETER_MISSING: \
     12 required parameter [{0}] is not specified 
     13 
     14 INVALID_COLUMN_NAME: \
     15 invalid report column name [{0}]
     16 
     17 SECURITY_RESTRICTION: \
     18 current security settings are too restrictive for {0} to operate
     19 
     20 MAIN_CLASS_BAD_DELEGATION: \
     21 the application class [{1}] that you are trying to launch was not loaded \
     22 by {0} instrumenting classloader, possibly because is was not listed in \
     23 the '-cp' option: {0} will not be able to collect any coverage data. The \
     24 actual classloader was: {2}
     25 
     26 MAIN_CLASS_NOT_FOUND: \
     27 application class [{0}] could not be loaded
     28 
     29 MAIN_CLASS_LOAD_FAILURE: \
     30 application class [{0}] could not be loaded and initialized, most likely due \
     31 to static initializer failure: {1}
     32 
     33 MAIN_METHOD_NOT_FOUND: \
     34 application class [{0}] does not have a runnable public main() method
     35 
     36 MAIN_METHOD_FAILURE: \
     37 {0}.main() method failure: {1}
     38 
     39 REPORT_GEN_FAILURE: \
     40 failed to generate report
     41 
     42 REPORT_IO_FAILURE: \
     43 exception occurred while writing report file(s):
     44 
     45 CLASS_STAMP_MISMATCH: \
     46 runtime version of class [{0}] in the coverage data is not consistent \
     47 with the version of this class in the metadata, possibly because stale \
     48 metadata is being used for report generation.
     49 
     50 OUT_MKDIR_FAILURE: \
     51 output directory [{0}] could not be created
     52 
     53 INSTR_IO_FAILURE: \
     54 exception occurred while writing instrumented file(s):
     55 
     56 OUT_IO_FAILURE: \
     57 exception occurred while writing output file [{0}]:
     58 
     59 ARGS_IO_FAILURE: \
     60 exception while processing settings:
     61 
     62 # -----------------------------------------------------------------------------
     63 # end of file
     64