Class BOBYQAOptimizer.PathIsExploredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.PathIsExploredException
- All Implemented Interfaces:
Serializable
- Enclosing class:
BOBYQAOptimizer
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
FieldsModifier and TypeFieldDescriptionprivate static final String
Message string.private static final long
Serializable UID. -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable UID.- See Also:
-
PATH_IS_EXPLORED
Message string.- See Also:
-
-
Constructor Details
-
PathIsExploredException
PathIsExploredException()
-