#include <OntologyError.h>
|
| template<typename ... Args> |
| | OntologyError (const char *fmt, Args &&... args) |
| |
| template<typename ... Args> |
| | OntologyError (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 data backend-related runtime error.
Definition at line 16 of file OntologyError.h.
◆ OntologyError() [1/2]
template<typename ... Args>
| knowrob::OntologyError::OntologyError |
( |
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlineexplicit |
- Template Parameters
-
| Args | fmt-printable arguments. |
- Parameters
-
| fmt | A fmt string pattern. |
| args | list of arguments used to instantiate the pattern. |
Definition at line 24 of file OntologyError.h.
25 :
KnowRobError(
"OntologyError", fmt::format(fmt, args...)) {}
KnowRobError(std::string_view exc_type, std::string_view msg)
◆ OntologyError() [2/2]
template<typename ... Args>
| knowrob::OntologyError::OntologyError |
( |
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlineexplicit |
- Template Parameters
-
| Args | fmt-printable arguments. |
- Parameters
-
| fmt | A fmt string pattern. |
| args | list of arguments used to instantiate the pattern. |
Definition at line 24 of file OntologyError.h.
25 :
KnowRobError(
"OntologyError", fmt::format(fmt, args...)) {}
The documentation for this class was generated from the following file:
- build/_CPack_Packages/Linux/DEB/knowrob-2.1.0-Linux/usr/include/knowrob/semweb/OntologyError.h