|
XNetwork 1.7.8
|
Raised when a loop exceeds the maximum number of iterations. More...
#include <exception.hpp>
Public Member Functions | |
| ExceededMaxIterations (std::string_view msg) | |
Public Member Functions inherited from xnetwork::XNetworkException | |
| XNetworkException (std::string_view msg) | |
Raised when a loop exceeds the maximum number of iterations.
May occur in algorithms that compute progressively better approximations to a value but exceed an iteration bound specified by the user.
|
inlineexplicit |