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.Exception
This exceptions signal that a failure has been raised in the C++ world.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    FailException()  
    FailException​(java.lang.String message)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FailException

      public FailException()
    • FailException

      public FailException​(java.lang.String message)