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

Dv::Util::FileError Class Reference

A runtime exception thrown by some File operations. More...

#include <file.h>

List of all members.

Public Member Functions

 FileError (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

A runtime exception thrown by some File operations.

Definition at line 30 of file file.h.


Constructor & Destructor Documentation

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

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

Definition at line 39 of file file.h.

References NAME.


Member Data Documentation

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

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

Definition at line 35 of file file.h.

Referenced by FileError().


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