MultiAgentDecisionProcess
EOverflow Class Reference

EOverflow represents an integer overflow exception. More...

#include <EOverflow.h>

Inheritance diagram for EOverflow:
[legend]

Public Member Functions

 EOverflow (const char *arg)
 Constructor with a C-style string. More...
 
 EOverflow (std::string arg)
 Constructor with an STL string. More...
 
 EOverflow (const std::stringstream &arg)
 Constructor with an STL stringstream. More...
 
- Public Member Functions inherited from E
 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...
 

Additional Inherited Members

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

Detailed Description

EOverflow represents an integer overflow exception.

Constructor & Destructor Documentation

EOverflow::EOverflow ( const char *  arg)
inline

Constructor with a C-style string.

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

Constructor with an STL string.

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

Constructor with an STL stringstream.