mbsim  4.0.0
MBSim Kernel
MBSim::DOMEvalExceptionStack Class Reference
Inheritance diagram for MBSim::DOMEvalExceptionStack:
[legend]

Public Member Functions

 DOMEvalExceptionStack (const xercesc::DOMElement *element)
 
 DOMEvalExceptionStack (const DOMEvalExceptionStack &src)
 
void add (const std::string &type, const std::shared_ptr< MBXMLUtils::DOMEvalException > &ex)
 
const char * what () const noexcept override
 
std::vector< std::pair< std::string, std::shared_ptr< MBXMLUtils::DOMEvalException > > > & getExceptionVector ()
 

Protected Member Functions

void generateWhat (std::stringstream &str, const std::string &indent) const
 

Protected Attributes

std::vector< std::pair< std::string, std::shared_ptr< MBXMLUtils::DOMEvalException > > > exVec
 
std::string whatStr
 

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