standard exception class
More...
#include <kk_defines.hh>
|
| | Err () |
| | default constructor, initializes the message to nothing
|
| |
| | Err (std::string s) |
| | provide a message to the error class
|
| |
| virtual | ~Err () throw () |
| | override default std::exception::~exception
|
| |
| virtual std::string | repr () const |
| | report the error string
|
| |
|
| std::string | msg |
| | direct access to the error string
|
| |
default constructor, initializes the message to nothing
| KK::Err::Err |
( |
std::string |
s | ) |
|
|
inline |
provide a message to the error class
| virtual KK::Err::~Err |
( |
| ) |
throw () |
|
inlinevirtual |
override default std::exception::~exception
| virtual std::string KK::Err::repr |
( |
| ) |
const |
|
inlinevirtual |
report the error string
References msg.
direct access to the error string
Referenced by repr().
The documentation for this class was generated from the following file: