gate.util.reporting.exceptions
Class BenchmarkReportExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gate.util.reporting.exceptions.BenchmarkReportExecutionException
All Implemented Interfaces:
Serializable

public class BenchmarkReportExecutionException
extends RuntimeException

A custom exception thrown for the case where benchmark file is modified while the tool is executing.

See Also:
Serialized Form

Constructor Summary
BenchmarkReportExecutionException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BenchmarkReportExecutionException

public BenchmarkReportExecutionException(String message)