BOSS 8.0.0
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 ()
 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 ()
 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 Calibration/xmlBase/include/xmlBase/Dom.h.

Constructor & Destructor Documentation

◆ WrongNodeType() [1/3]

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

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

65 : DomException( extraInfo ) {
66 m_name = "WrongNodeType";
67 }
DomException(const std::string &extraInfo="")

◆ ~WrongNodeType() [1/3]

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

Definition at line 68 of file Calibration/xmlBase/include/xmlBase/Dom.h.

68{}

◆ WrongNodeType() [2/3]

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

Definition at line 65 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/Dom.h.

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

◆ ~WrongNodeType() [2/3]

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

◆ WrongNodeType() [3/3]

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

Definition at line 65 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/Dom.h.

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

◆ ~WrongNodeType() [3/3]

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

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