#include <exceptions.hpp>

Public Member Functions | |
| RangeException (const char *message) | |
| RangeException (const std::string &message) | |
| const char * | what () const throw () |
| ~RangeException () throw () | |
Protected Attributes | |
| std::string | msg_ |
Definition at line 45 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 49 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 50 of file exceptions.hpp.
|
inline | |||||||||||||
Definition at line 51 of file exceptions.hpp.
|
inline | |||||||||||||
Definition at line 52 of file exceptions.hpp.
|
protected |
Definition at line 58 of file exceptions.hpp.