Public Member Functions | |
DOMEvalExceptionStack (const xercesc::DOMElement *element) | |
DOMEvalExceptionStack (const DOMEvalExceptionStack &src) | |
void | add (const std::string &type, const boost::shared_ptr< MBXMLUtils::DOMEvalException > &ex) |
const char * | what () const throw () |
std::vector< std::pair < std::string, boost::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, boost::shared_ptr < MBXMLUtils::DOMEvalException > > > | exVec |
std::string | whatStr |