Class FailedBenchmarkExecutionException

All Implemented Interfaces:
Serializable

public class FailedBenchmarkExecutionException extends BenchmarkExecutionException
See Also:
  • Constructor Details

    • FailedBenchmarkExecutionException

      public FailedBenchmarkExecutionException(List<BenchmarkExecutionResult> failedBenchmarkResults, int benchmarksCount)
  • Method Details

    • getFailedBenchmarkResults

      public List<BenchmarkExecutionResult> getFailedBenchmarkResults()
    • getBenchmarksCount

      public int getBenchmarksCount()