Class 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.
    Author:
    lperron@google.com (Laurent Perron)
    See Also:
    Serialized Form
    • 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 Detail

      • FailException

        public FailException()
      • FailException

        public FailException​(java.lang.String message)