#include <big_int.hpp>
Inheritance diagram for Arageli::big_int::incorrect_string:
Public Member Functions | |
incorrect_string (const std::string &msg_a) | |
virtual std::string | msg () const |
The message of exception. |
When exception will throwed: an input string for converting to big_int has invalid format.
Definition at line 106 of file big_int.hpp.
Arageli::big_int::incorrect_string::incorrect_string | ( | const std::string & | msg_a | ) | [inline] |
virtual std::string Arageli::big_int::incorrect_string::msg | ( | ) | const [inline, virtual] |
The message of exception.
Reimplemented from Arageli::incorrect_string.
Definition at line 112 of file big_int.hpp.