BOSS 6.6.4.p03
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 ()
 
- 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 53 of file Dom.h.

Constructor & Destructor Documentation

◆ WrongAttributeType()

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

Definition at line 55 of file Dom.h.

55 :
56 DomException(extraInfo)
57 {
58 m_name = "WrongAttributeType";
59 }
DomException(const std::string &extraInfo="")
Definition: Dom.h:31
std::string m_name
Definition: Dom.h:41

◆ ~WrongAttributeType()

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

Definition at line 60 of file Dom.h.

60{}

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