mbsim
4.0.0
MBSim Kernel
|
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 |