#include <exception.hpp>
Inheritance diagram for Arageli::incorrect_string:
Public Member Functions | |
incorrect_string (const std::string &str_a) | |
virtual std::string | msg () const |
The message of exception. | |
const std::string & | str () const |
Definition at line 205 of file exception.hpp.
Arageli::incorrect_string::incorrect_string | ( | const std::string & | str_a | ) | [inline] |
virtual std::string Arageli::incorrect_string::msg | ( | ) | const [inline, virtual] |
The message of exception.
Reimplemented from Arageli::invalid_argument.
Reimplemented in Arageli::big_int::incorrect_string.
Definition at line 213 of file exception.hpp.
const std::string& Arageli::incorrect_string::str | ( | ) | const [inline] |
Definition at line 221 of file exception.hpp.