Package org.optaplanner.benchmark.api
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 theSingleBenchmarkResult
s of aPlannerBenchmark
fail, thePlannerBenchmark
throws this exception after allSingleBenchmarkResult
s are finished and the benchmark report has been written.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlannerBenchmarkException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-