#include <Exception.h>
Inheritance diagram for Tagcoll::FileException:


Public Member Functions | |
| FileException (int code, const std::string &context) throw () | |
| virtual const char * | type () const throw () |
| Get a string tag identifying the exception type. | |
It is a direct child of SystemException, and has the very same semantics. Like in SystemException, the error code description provided is a description for errno values.
| Tagcoll::FileException::FileException | ( | int | code, | |
| const std::string & | context | |||
| ) | throw () [inline] |
| virtual const char* Tagcoll::FileException::type | ( | ) | const throw () [inline, virtual] |
1.5.1