MultiAgentDecisionProcess  Release 0.2.1
EOverflow Class Reference

EOverflow represents an integer overflow exception. More...

#include <EOverflow.h>

+ Inheritance diagram for EOverflow:
+ Collaboration diagram for EOverflow:

Public Member Functions

 EOverflow (const char *arg)
 Constructor with a C-style string.
 EOverflow (std::string arg)
 Constructor with an STL string.
 EOverflow (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

EOverflow represents an integer overflow exception.

Definition at line 38 of file EOverflow.h.

Constructor & Destructor Documentation

EOverflow::EOverflow ( const char *  arg)
inline

Constructor with a C-style string.

Definition at line 47 of file EOverflow.h.

EOverflow::EOverflow ( std::string  arg)
inline

Constructor with an STL string.

Definition at line 49 of file EOverflow.h.

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

Constructor with an STL stringstream.

Definition at line 51 of file EOverflow.h.


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