Class InvalidSolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.urjc.etsii.grafo.exception.InvalidSolutionException
All Implemented Interfaces:
Serializable

public class InvalidSolutionException extends RuntimeException
Thrown if the solution is not valid at different solving stages
See Also:
  • Constructor Details

    • InvalidSolutionException

      public InvalidSolutionException(String cause)
      Create a new InvalidSolutionException with the given reason
      Parameters:
      cause - why the solution is not valid