Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members

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

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


Detailed Description

Exception class for Dv::Xml classes and functions.

Definition at line 12 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 19 of file exception.h.

References NAME.


Member Data Documentation

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

Class name, i.e.

"Dv::Xml::Exception".

Definition at line 15 of file exception.h.

Referenced by Exception().


The documentation for this class was generated from the following file:
dvxml-0.1.4 [19 September, 2003]