Class PlannerBenchmarkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.optaplanner.benchmark.api.PlannerBenchmarkException
All Implemented Interfaces:
Serializable

public class PlannerBenchmarkException extends RuntimeException
If at least one of the SingleBenchmarkResults of a PlannerBenchmark fail, the PlannerBenchmark throws this exception after all SingleBenchmarkResults are finished and the benchmark report has been written.
See Also:
  • Constructor Details

    • PlannerBenchmarkException

      public PlannerBenchmarkException(String message, Throwable cause)