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
This exceptions signal that a failure has been raised in the C++ world.
- Author:
- lperron@google.com (Laurent Perron)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailException
public FailException() -
FailException
-