#include <FileExceptions.h>
Inheritance diagram for CODEX_Exceptions::FileCannotCreateException:


Public Methods | |
| FileCannotCreateException (const string &fname, int line, const string &file) | |
| Constructor. | |
| virtual | ~FileCannotCreateException () |
| Virtual destructor. | |
Protected Methods | |
| void | derivedMsg () const |
| All file exceptions override this method to provide details relating to their specific errors. | |
Definition at line 59 of file FileExceptions.h.
1.2.18