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

Dv::Util::PropsException Class Reference

Exception class associated with Props. More...

#include <props.h>

List of all members.

Public Member Functions

 PropsException (const std::string &message)
 Constructor, prepends NAME to message to obtain runtime_error::what().

Static Public Attributes

const std::string NAME
 Name of class, is prepended to each message argument of the constructor.


Detailed Description

Exception class associated with Props.

Derived from runtime_error, i.e. the only useful member function is PropsException::what() which returns constant C string describing the error.

Definition at line 32 of file props.h.


Constructor & Destructor Documentation

Dv::Util::PropsException::PropsException const std::string &  message  )  [inline]
 

Constructor, prepends NAME to message to obtain runtime_error::what().

Definition at line 42 of file props.h.

References NAME.


Member Data Documentation

const std::string Dv::Util::PropsException::NAME [static]
 

Name of class, is prepended to each message argument of the constructor.

Definition at line 38 of file props.h.

Referenced by PropsException().


The documentation for this class was generated from the following file:
dvutil-0.13.15 [30 December, 2004]