BOSS 7.0.5
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 ()
 
 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 ()
 
 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

Constructor & Destructor Documentation

◆ WrongNodeType() [1/2]

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

Definition at line 65 of file Calibration/xmlBase/xmlBase-00-00-03/xmlBase/Dom.h.

65 :
66 DomException(extraInfo)
67 {
68 m_name = "WrongNodeType";
69 }

◆ ~WrongNodeType() [1/2]

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

Definition at line 70 of file Calibration/xmlBase/xmlBase-00-00-03/xmlBase/Dom.h.

70{}

◆ WrongNodeType() [2/2]

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

Definition at line 65 of file InstallArea/include/xmlBase/xmlBase/Dom.h.

65 :
66 DomException(extraInfo)
67 {
68 m_name = "WrongNodeType";
69 }

◆ ~WrongNodeType() [2/2]

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

Definition at line 70 of file InstallArea/include/xmlBase/xmlBase/Dom.h.

70{}

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