Exceptions#

Exceptions defined in pagmo

struct not_implemented_error : public std::runtime_error#

Exception for functionality which has not been implemented.

This exception is used by pagmo::problem, pagmo::algorithm, etc. to signal that optional methods in user-defined classes are not implemented. This class inherits the constructors from std::runtime_error.