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

static 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 28 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 33 of file file.h.


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 31 of file file.h.


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

dvutil-1.0.10 [ 5 December, 2009]