MultiAgentDecisionProcess
Release 0.2.1
|
ENotCached represents an invalid index exception. More...
#include <ENotCached.h>
Public Member Functions | |
ENotCached (const char *arg) | |
Constructor with a C-style string. | |
ENotCached (std::string arg) | |
Constructor with an STL string. | |
ENotCached (const std::stringstream &arg) | |
Constructor with an STL stringstream. | |
![]() | |
E (const char *arg) | |
Constructor with a C-style string. | |
E (std::string arg) | |
Constructor with an STL string. | |
E (const std::stringstream &arg) | |
Constructor with an STL stringstream. | |
void | Print () const |
Prints the error message to cout. | |
std::string | SoftPrint () const |
Returns the error message. | |
virtual | ~E () |
Destructor. |
Additional Inherited Members | |
![]() | |
std::string | _m_error |
The error message for this particular exception. |
ENotCached represents an invalid index exception.
Definition at line 38 of file ENotCached.h.
|
inline |
Constructor with a C-style string.
Definition at line 47 of file ENotCached.h.
|
inline |
Constructor with an STL string.
Definition at line 49 of file ENotCached.h.
|
inline |
Constructor with an STL stringstream.
Definition at line 51 of file ENotCached.h.