![]() |
Disk ARchive
2.5.15
Full featured and portable backup and archiving tool
|
exception used to carry system error More...
#include <erreurs.hpp>
Inherits libdar::Egeneric.
Public Types | |
| enum | io_error { io_exist, io_absent, io_access } |
Public Member Functions | |
| Esystem (const std::string &source, const std::string &message, io_error code) | |
| io_error | get_code () const |
Public Member Functions inherited from libdar::Egeneric | |
| Egeneric (const std::string &source, const std::string &message) | |
| the constructor | |
| virtual | ~Egeneric () |
| the destructor | |
| virtual void | stack (const std::string &passage, const std::string &message="") |
| add more detailed couple of information to the exception | |
| const std::string & | get_message () const |
| get the message explaing the nature of the exception More... | |
| const std::string & | get_source () const |
| get the call function which has thrown this exception | |
| const std::string & | find_object (const std::string &location) const |
| retrieve the objet (object) associated to a given "lieu" (location) from the stack More... | |
| void | prepend_message (const std::string &context) |
| prepend error message by the given string | |
| void | dump () const |
| std::string | dump_str () const |
| return a string result of the exception information dump | |
Protected Member Functions | |
| virtual std::string | exceptionID () const |
exception used to carry system error
Definition at line 315 of file erreurs.hpp.
1.8.14