File exception handling class This class is specialized to go with exception thrown in case of File IO Problems. More...
#include <Exception.h>
Public Member Functions | |
| FileException (const FileException &inst) | |
| Construction. | |
| FileException () | |
| standard construction | |
| FileException (const char *sMessage, const FileInfo &File) | |
| With massage and file name. | |
| FileException (const char *sMessage, const char *sFileName=0) | |
| With massage and file name. | |
| virtual const char * | what () const throw () |
| Description of the exception. | |
| virtual | ~FileException () throw () |
| Destruction. | |
Protected Attributes | |
| FileInfo | file |
File exception handling class This class is specialized to go with exception thrown in case of File IO Problems.
Definition at line 104 of file Exception.h.
| FileException::FileException | ( | const char * | sMessage, | |
| const char * | sFileName = 0 | |||
| ) |
With massage and file name.
Definition at line 126 of file Exception.cpp.
References Base::Exception::_sErrMsg.
| FileException::FileException | ( | const char * | sMessage, | |
| const FileInfo & | File | |||
| ) |
With massage and file name.
Definition at line 133 of file Exception.cpp.
References Base::Exception::_sErrMsg, and Base::FileInfo::fileName().
| FileException::FileException | ( | ) |
standard construction
Definition at line 140 of file Exception.cpp.
| FileException::FileException | ( | const FileException & | inst | ) |
Construction.
Definition at line 145 of file Exception.cpp.
| virtual Base::FileException::~FileException | ( | ) | throw () [inline, virtual] |
Destruction.
Definition at line 116 of file Exception.h.
| const char * FileException::what | ( | void | ) | const throw () [virtual] |
Description of the exception.
Reimplemented from Base::Exception.
Definition at line 150 of file Exception.cpp.
FileInfo Base::FileException::file [protected] |
Definition at line 120 of file Exception.h.
1.6.1