|
| | File (const std::string &name, const std::string &context) throw () |
| |
| | ~File () throw () |
| |
| virtual const char * | type () const throw () |
| | Get a string tag identifying the exception type. More...
|
| |
| virtual std::string | desc () const throw () |
| | Get the description of the error code. More...
|
| |
| | System (const std::string &context) throw () |
| |
| | System (int code, const std::string &context) throw () |
| |
| virtual int | code () const throw () |
| | Get the system error code associated to the exception. More...
|
| |
| | Generic () throw () |
| |
| | Generic (const std::string &context) throw () |
| |
| virtual | ~Generic () throw () |
| |
| virtual const std::string & | fullInfo () const throw () |
| | Format in a string all available information about the exception. More...
|
| |
| virtual const char * | what () const throw () |
| |
| | Context () throw () |
| |
| | Context (const std::string &context) throw () |
| |
| void | addContext (const std::string &c) throw () |
| |
| std::string | formatContext () const throw () |
| |
| const std::vector< std::string > & | context () const throw () |
| |
Base class for exceptions for file I/O.
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.