|
| | MongoException (const char *msg, const bson_error_t &err) |
| |
| | MongoException (const char *msg, const bson_error_t &err) |
| |
| template<typename ... Args> |
| | StorageError (const char *fmt, Args &&... args) |
| |
| template<typename ... Args> |
| | StorageError (const char *fmt, Args &&... args) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg, std::string_view trace) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg, std::string_view file, int line) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg, std::string_view file, int line, std::string_view trace) |
| |
| void | setFile (std::string_view file) |
| |
| void | setLine (int line) |
| |
| auto | file () const |
| |
| auto | line () const |
| |
| bool | hasFile () const |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg, std::string_view trace) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg, std::string_view file, int line) |
| |
| | KnowRobError (std::string_view exc_type, std::string_view msg, std::string_view file, int line, std::string_view trace) |
| |
| void | setFile (std::string_view file) |
| |
| void | setLine (int line) |
| |
| auto | file () const |
| |
| auto | line () const |
| |
| bool | hasFile () const |
| |
A runtime exception that occurred when interacting with Mongo DB.
Definition at line 11 of file MongoException.h.