Public Member Functions | Static Public Member Functions | Protected Attributes | Static Private Member Functions | Static Private Attributes | List of all members
eigenpy::Exception Class Reference

#include <exception.hpp>

Inheritance diagram for eigenpy::Exception:
Inheritance graph
[legend]

Public Member Functions

std::string copyMessage () const
 
 Exception ()
 
 Exception (const std::string &msg)
 
virtual const std::string & getMessage () const
 
const char * what () const throw ()
 
 ~Exception () throw ()
 

Static Public Member Functions

static void registerException ()
 

Protected Attributes

std::string message
 

Static Private Member Functions

static void translateException (Exception const &e)
 

Static Private Attributes

static PyObject * pyType
 

Detailed Description

Definition at line 19 of file exception.hpp.

Constructor & Destructor Documentation

eigenpy::Exception::Exception ( )
inline

Definition at line 22 of file exception.hpp.

eigenpy::Exception::Exception ( const std::string &  msg)
inline

Definition at line 23 of file exception.hpp.

eigenpy::Exception::~Exception ( )
throw (
)
inline

Definition at line 28 of file exception.hpp.

Member Function Documentation

std::string eigenpy::Exception::copyMessage ( ) const
inline

Definition at line 30 of file exception.hpp.

virtual const std::string& eigenpy::Exception::getMessage ( ) const
inlinevirtual

Definition at line 29 of file exception.hpp.

void eigenpy::Exception::registerException ( )
static

Definition at line 23 of file exception.cpp.

void eigenpy::Exception::translateException ( Exception const &  e)
staticprivate

Definition at line 16 of file exception.cpp.

const char* eigenpy::Exception::what ( ) const
throw (
)
inline

Definition at line 24 of file exception.hpp.

Member Data Documentation

std::string eigenpy::Exception::message
protected

Definition at line 39 of file exception.hpp.

PyObject * eigenpy::Exception::pyType
staticprivate

Definition at line 37 of file exception.hpp.


The documentation for this class was generated from the following files:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59