Class Solver.FailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.ortools.constraintsolver.Solver.FailException
All Implemented Interfaces:
Serializable
Enclosing class:
Solver

public static class Solver.FailException extends Exception
This exceptions signal that a failure has been raised in the C++ world.
Author:
lperron@google.com (Laurent Perron)
See Also:
  • Constructor Details

    • FailException

      public FailException()
    • FailException

      public FailException(String message)