IBR-DTNSuite
0.12
|
#include <FatImageReader.h>
Public Member Functions | |
FatImageException (int errcode, const std::string &operation, const ibrcommon::File &file) | |
virtual | ~FatImageException () throw () |
int | getErrorCode () const |
Public Member Functions inherited from ibrcommon::IOException | |
IOException (string what="Input/Output error.") throw () | |
Public Member Functions inherited from ibrcommon::Exception | |
Exception () throw () | |
Exception (const exception &) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Exception (string what) throw () | |
Additional Inherited Members | |
Protected Attributes inherited from ibrcommon::Exception | |
string | _what |
Definition at line 40 of file FatImageReader.h.
io::FatImageReader::FatImageException::FatImageException | ( | int | errcode, |
const std::string & | operation, | ||
const ibrcommon::File & | file | ||
) |
Definition at line 31 of file FatImageReader.cpp.
|
virtual |
Definition at line 36 of file FatImageReader.cpp.
int io::FatImageReader::FatImageException::getErrorCode | ( | ) | const |
Definition at line 47 of file FatImageReader.cpp.
Referenced by io::FATFile::getFiles().