MultiAgentDecisionProcess
|
E is a class that represents a basic exception. More...
#include <E.h>
Public Member Functions | |
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... | |
Public Attributes | |
std::string | _m_error |
The error message for this particular exception. More... | |
E is a class that represents a basic exception.
|
inline |
Constructor with a C-style string.
|
inline |
Constructor with an STL string.
|
inline |
Constructor with an STL stringstream.
|
inlinevirtual |
Destructor.
|
inline |
Prints the error message to cout.
Referenced by ArgumentUtils::GetHybridQheuristicFromArgs(), PlanningUnitMADPDiscrete::Initialize(), ParserProbModelXML::Parse(), DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::Parse(), and POMDPFormatParsing::ParserPOMDPFormat_Spirit::Parse().
|
inline |
Returns the error message.
References _m_error.
Referenced by DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPJointAction::MatchingJointActions(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPJointAction::MatchingJointActions(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPJointObservation::MatchingJointObservations(), DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPJointObservation::MatchingJointObservations(), DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::AddStartState::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddStartState::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPAction::operator()(), DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPAction::operator()(), DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPObservation::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPObservation::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPFromState::operator()(), DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPFromState::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPToState::operator()(), and DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPToState::operator()().
std::string E::_m_error |
The error message for this particular exception.
Referenced by SoftPrint().