ardour
Public Member Functions | Private Attributes | List of all members
XMLException Class Reference

#include <xml++.h>

Inheritance diagram for XMLException:

Public Member Functions

 XMLException (const std::string msg)
 
virtual ~XMLException () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string _message
 

Detailed Description

Definition at line 167 of file xml++.h.

Constructor & Destructor Documentation

XMLException::XMLException ( const std::string  msg)
inlineexplicit

Definition at line 169 of file xml++.h.

virtual XMLException::~XMLException ( )
throw (
)
inlinevirtual

Definition at line 170 of file xml++.h.

Member Function Documentation

virtual const char* XMLException::what ( ) const
throw (
)
inlinevirtual

Definition at line 172 of file xml++.h.

Member Data Documentation

std::string XMLException::_message
private

Definition at line 175 of file xml++.h.


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