#include <exception.hpp>
Definition at line 19 of file exception.hpp.
◆ Exception() [1/2]
eigenpy::Exception::Exception |
( |
| ) |
|
|
inline |
◆ Exception() [2/2]
eigenpy::Exception::Exception |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ ~Exception()
eigenpy::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ copyMessage()
std::string eigenpy::Exception::copyMessage |
( |
| ) |
const |
|
inline |
◆ getMessage()
virtual const std::string& eigenpy::Exception::getMessage |
( |
| ) |
const |
|
inlinevirtual |
◆ registerException()
void eigenpy::Exception::registerException |
( |
| ) |
|
|
static |
◆ translateException()
void eigenpy::Exception::translateException |
( |
Exception const & |
e | ) |
|
|
staticprivate |
◆ what()
const char* eigenpy::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ message
std::string eigenpy::Exception::message |
|
protected |
◆ pyType
PyObject * eigenpy::Exception::pyType |
|
staticprivate |
The documentation for this class was generated from the following files: