Class SolverException

  • All Implemented Interfaces:
    Serializable

    public class SolverException
    extends RuntimeException
    A specific RuntimeException that can be thrown during the normal execution of the problem resolution.
    A method is not required to declare in its throws clause a SolverException that might be thrown during the execution of the method but not caught.

    Since:
    20 juil. 2010
    Author:
    Arnaud Malapert, Charles Prud'homme
    See Also:
    Serialized Form
    • Constructor Detail

      • SolverException

        public SolverException​(String message)
        Constructs a new solver exception with the specified detailed message.
        Parameters:
        message - message to print