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


Public Methods | |
| FileException (const string &fname, int line, const string &file) | |
| Constructor. | |
| virtual | ~FileException () |
| Virtual desctructor. | |
| void | report () const |
| Derived classes override this method to display their error messages. | |
Protected Methods | |
| virtual void | derivedMsg () const=0 |
| All file exceptions override this method to provide details relating to their specific errors. | |
Definition at line 28 of file FileExceptions.h.
|
||||||||||||||||
|
Constructor.
Definition at line 37 of file FileExceptions.h. References CODEX_Exceptions::ExceptionBase::fname(), and CODEX_Exceptions::ExceptionBase::line(). |
1.2.18