BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
xmlBase::WrongNodeType Class Reference

#include <Dom.h>

+ Inheritance diagram for xmlBase::WrongNodeType:

Public Member Functions

 WrongNodeType (const std::string &extraInfo="")
 
virtual ~WrongNodeType () throw ()
 
- Public Member Functions inherited from xmlBase::DomException
 DomException (const std::string &extraInfo="")
 
virtual ~DomException () throw ()
 
virtual std::string getMsg ()
 
virtual const char * what ()
 

Additional Inherited Members

- Protected Attributes inherited from xmlBase::DomException
std::string m_name
 

Detailed Description

Definition at line 63 of file Dom.h.

Constructor & Destructor Documentation

◆ WrongNodeType()

xmlBase::WrongNodeType::WrongNodeType ( const std::string & extraInfo = "")
inline

Definition at line 65 of file Dom.h.

65 :
66 DomException(extraInfo)
67 {
68 m_name = "WrongNodeType";
69 }
DomException(const std::string &extraInfo="")
Definition Dom.h:31
std::string m_name
Definition Dom.h:41

◆ ~WrongNodeType()

virtual xmlBase::WrongNodeType::~WrongNodeType ( )
throw ( )
inlinevirtual

Definition at line 70 of file Dom.h.

70{}

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