BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
xmlBase::WrongAttributeType Class Reference

#include <Dom.h>

+ Inheritance diagram for xmlBase::WrongAttributeType:

Public Member Functions

 WrongAttributeType (const std::string &extraInfo="")
 
virtual ~WrongAttributeType () throw ()
 
 WrongAttributeType (const std::string &extraInfo="")
 
virtual ~WrongAttributeType () 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

◆ WrongAttributeType() [1/2]

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

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

55 :
56 DomException(extraInfo)
57 {
58 m_name = "WrongAttributeType";
59 }

◆ ~WrongAttributeType() [1/2]

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

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

60{}

◆ WrongAttributeType() [2/2]

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

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

55 :
56 DomException(extraInfo)
57 {
58 m_name = "WrongAttributeType";
59 }

◆ ~WrongAttributeType() [2/2]

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

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

60{}

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