Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

xmlBase::WrongAttributeType Class Reference

#include <Dom.h>

Inheritance diagram for xmlBase::WrongAttributeType:

xmlBase::DomException xmlBase::DomException List of all members.

Public Member Functions

virtual std::string getMsg ()
virtual std::string getMsg ()
virtual const char * what ()
virtual const char * what ()
 WrongAttributeType (const std::string &extraInfo="")
 WrongAttributeType (const std::string &extraInfo="")
virtual ~WrongAttributeType () throw ()
virtual ~WrongAttributeType () throw ()

Protected Attributes

std::string m_name

Constructor & Destructor Documentation

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

00055                                                         : 
00056       DomException(extraInfo) 
00057     {
00058       m_name = "WrongAttributeType";
00059     }

virtual xmlBase::WrongAttributeType::~WrongAttributeType  )  throw () [inline, virtual]
 

00060 {}

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

00055                                                         : 
00056       DomException(extraInfo) 
00057     {
00058       m_name = "WrongAttributeType";
00059     }

virtual xmlBase::WrongAttributeType::~WrongAttributeType  )  throw () [inline, virtual]
 

00060 {}


Member Function Documentation

virtual std::string xmlBase::DomException::getMsg  )  [inline, virtual, inherited]
 

00034                                {
00035       std::string msg = m_name + ": " + m_extra;
00036       return msg;}

virtual std::string xmlBase::DomException::getMsg  )  [inline, virtual, inherited]
 

00034                                {
00035       std::string msg = m_name + ": " + m_extra;
00036       return msg;}

virtual const char* xmlBase::DomException::what  )  [inline, virtual, inherited]
 

00037                                {
00038       return m_extra.c_str();
00039     }

virtual const char* xmlBase::DomException::what  )  [inline, virtual, inherited]
 

00037                                {
00038       return m_extra.c_str();
00039     }


Member Data Documentation

std::string xmlBase::DomException::m_name [protected, inherited]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:24:59 2011 for BOSS6.5.5 by  doxygen 1.3.9.1