#include <exception.h>
Public Member Functions | |
convergence_exception (const std::string &msg) |
convergence_exception::convergence_exception | ( | const std::string & | msg | ) | [inline] |
Construct an exception with the given message.
msg | message describing the exception's cause. |