Class BOBYQAOptimizer.PathIsExploredException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BOBYQAOptimizer

    private static class BOBYQAOptimizer.PathIsExploredException
    extends java.lang.RuntimeException
    Marker for code paths that are not explored with the current unit tests. If the path becomes explored, it should just be removed from the code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String PATH_IS_EXPLORED
      Message string.
      private static long serialVersionUID
      Serializable UID.
    • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serializable UID.
        See Also:
        Constant Field Values
      • PATH_IS_EXPLORED

        private static final java.lang.String PATH_IS_EXPLORED
        Message string.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PathIsExploredException

        PathIsExploredException()