#include <file.h>
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. |
Definition at line 30 of file file.h.
|
Constructor, prepends NAME to message to obtain runtime_error::what(). Definition at line 39 of file file.h. References NAME. |
|
Name of class, is prepended to each message argument of the constructor. Definition at line 35 of file file.h. Referenced by FileError(). |
dvutil-0.13.15 | [30 December, 2004] |