Uses of Class
gate.util.reporting.exceptions.BenchmarkReportException

Packages that use BenchmarkReportException
gate.util.reporting   
gate.util.reporting.exceptions   
 

Uses of BenchmarkReportException in gate.util.reporting
 

Methods in gate.util.reporting that throw BenchmarkReportException
 Object BenchmarkReportable.calculate(Object reportContainer)
          Does the report specific calculations.
 void BenchmarkReportable.executeReport()
          A single method to execute report (A command line counter part API ).
 void BenchmarkReportable.parseArguments(String[] args)
          Parses the command line arguments.
 void BenchmarkReportable.printReport(Object reportContainer, File outputFile)
          Prints a report in text or HTML format.
 Object BenchmarkReportable.store(File inputFile)
          Organizes the log entries in report specific data structure.
 

Uses of BenchmarkReportException in gate.util.reporting.exceptions
 

Subclasses of BenchmarkReportException in gate.util.reporting.exceptions
 class BenchmarkReportFileAccessException
          Thrown in following situations - Input benchmark file does not exist.
 class BenchmarkReportInputFileFormatException
          Thrown in following situations No valid log entries present in input benchmark file.