Class Solver.FailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.ortools.constraintsolver.Solver.FailException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Solver
public static class Solver.FailException extends java.lang.ExceptionThis exceptions signal that a failure has been raised in the C++ world.- Author:
- lperron@google.com (Laurent Perron)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailException()FailException(java.lang.String message)
-