OptaPlanner distribution 6.0.0-SNAPSHOT

org.optaplanner.benchmark.api
Class PlannerBenchmarkException

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

public class PlannerBenchmarkException
extends RuntimeException

If at least one of the SingleBenchmarks of a PlannerBenchmark fail, the PlannerBenchmark throws this exception after all SingleBenchmarks are finished and the benchmark report has been written.

See Also:
Serialized Form

Constructor Summary
PlannerBenchmarkException(String message, Throwable cause)
           
 
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

PlannerBenchmarkException

public PlannerBenchmarkException(String message,
                                 Throwable cause)

OptaPlanner distribution 6.0.0-SNAPSHOT

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.