#include <Exception.h>
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] |