ENotCached represents an invalid index exception.
More...
#include <ENotCached.h>
|
| | ENotCached (const char *arg) |
| | Constructor with a C-style string. More...
|
| |
| | ENotCached (std::string arg) |
| | Constructor with an STL string. More...
|
| |
| | ENotCached (const std::stringstream &arg) |
| | Constructor with an STL stringstream. More...
|
| |
| | E (const char *arg) |
| | Constructor with a C-style string. More...
|
| |
| | E (std::string arg) |
| | Constructor with an STL string. More...
|
| |
| | E (const std::stringstream &arg) |
| | Constructor with an STL stringstream. More...
|
| |
| void | Print () const |
| | Prints the error message to cout. More...
|
| |
| std::string | SoftPrint () const |
| | Returns the error message. More...
|
| |
| virtual | ~E () |
| | Destructor. More...
|
| |
|
| std::string | _m_error |
| | The error message for this particular exception. More...
|
| |
ENotCached represents an invalid index exception.
| ENotCached::ENotCached |
( |
const char * |
arg | ) |
|
|
inline |
Constructor with a C-style string.
| ENotCached::ENotCached |
( |
std::string |
arg | ) |
|
|
inline |
Constructor with an STL string.
| ENotCached::ENotCached |
( |
const std::stringstream & |
arg | ) |
|
|
inline |
Constructor with an STL stringstream.