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 the SingleBenchmark
s of a PlannerBenchmark
fail,
the PlannerBenchmark
throws this exception
after all SingleBenchmark
s are finished and the benchmark report has been written.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlannerBenchmarkException
public PlannerBenchmarkException(String message,
Throwable cause)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.