MultiAgentDecisionProcess  Release 0.2.1
ENotCached Class Reference

ENotCached represents an invalid index exception. More...

#include <ENotCached.h>

+ Inheritance diagram for ENotCached:
+ Collaboration diagram for ENotCached:

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.
- Public Member Functions inherited from E
 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

- Public Attributes inherited from E
std::string _m_error
 The error message for this particular exception.

Detailed Description

ENotCached represents an invalid index exception.

Definition at line 38 of file ENotCached.h.

Constructor & Destructor Documentation

ENotCached::ENotCached ( const char *  arg)
inline

Constructor with a C-style string.

Definition at line 47 of file ENotCached.h.

ENotCached::ENotCached ( std::string  arg)
inline

Constructor with an STL string.

Definition at line 49 of file ENotCached.h.

ENotCached::ENotCached ( const std::stringstream &  arg)
inline

Constructor with an STL stringstream.

Definition at line 51 of file ENotCached.h.


The documentation for this class was generated from the following file: