Ardour  9.0-pre0-582-g084a23a80d
XMLException Class Reference

#include <xml++.h>

Inheritance diagram for XMLException:
[legend]

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 210 of file xml++.h.

Constructor & Destructor Documentation

◆ XMLException()

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

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

◆ ~XMLException()

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

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

Member Function Documentation

◆ what()

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

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

Member Data Documentation

◆ _message

std::string XMLException::_message
private

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


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