|
| PythonError () |
|
| PythonError () |
|
| 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 |
|
An error that is thrown when a Python error occurs. It contains the current error message, the type of the exception and the stack trace extracted from the Python interpreter.
Definition at line 18 of file PythonError.h.