Dv::Xml::Exception Class Reference

Exception class for Dv::Xml classes and functions. More...

#include <exception.h>

List of all members.

Public Member Functions

 Exception (const std::string &msg)
 Constructor.

Static Public Attributes

static const std::string NAME
 Class name, i.e.


Detailed Description

Exception class for Dv::Xml classes and functions.

Definition at line 11 of file exception.h.


Constructor & Destructor Documentation

Dv::Xml::Exception::Exception ( const std::string &  msg  )  [inline]

Constructor.

Parameters:
msg message to append to NAME.

Definition at line 18 of file exception.h.


Member Data Documentation

const std::string Dv::Xml::Exception::NAME [static]

Class name, i.e.

"Dv::Xml::Exception".

Definition at line 14 of file exception.h.


The documentation for this class was generated from the following file:
dvxml-0.1.7 [ 7 January, 2008]