#include <Exceptions.hh>
|
| FileNotFound (char const *file, int line, std::string const ¬_found_file_name) |
|
void | crash_log () const override |
| Invoke a crash log for throwing this exception. If your exception is one which is a "non-error" exception, override this function to do nothing. More...
|
|
| Exception ()=delete |
|
| Exception (char const *file, int line, std::string const &msg) |
|
| ~Exception () override |
|
virtual void | display () const |
| Present this exception to the user. Will invoke crash log reporting, if applicable. More...
|
|
void | show (std::ostream &) const |
|
std::string | msg () const |
| Will return a formatted message (with file/line information) More...
|
|
std::string | raw_msg () const |
| Will return the raw message (without file/line information) More...
|
|
void | msg (std::string const &m) |
| Will set the raw message. More...
|
|
void | add_msg (std::string const &str) |
|
void | prepend_to_msg (std::string const &str) |
|
std::string const & | file () |
|
int | line () |
|
std::string const & | traceback () |
|
◆ FileNotFound()
utility::excn::FileNotFound::FileNotFound |
( |
char const * |
file, |
|
|
int |
line, |
|
|
std::string const & |
not_found_file_name |
|
) |
| |
|
inline |
◆ crash_log()
void utility::excn::FileNotFound::crash_log |
( |
| ) |
const |
|
inlineoverridevirtual |
Invoke a crash log for throwing this exception. If your exception is one which is a "non-error" exception, override this function to do nothing.
Reimplemented from utility::excn::Exception.
◆ file_
std::string utility::excn::FileNotFound::file_ |
|
private |
The documentation for this class was generated from the following file: