Class InvalidSolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ddolib.modeling.InvalidSolutionException
All Implemented Interfaces:
Serializable

public class InvalidSolutionException extends Exception
Exception thrown by Problem.evaluate(int[]) method if its input solution does not respect the problem's constraints.
See Also:
  • Constructor Details

    • InvalidSolutionException

      public InvalidSolutionException(String message)