eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::Exception Class Reference
Inheritance diagram for eigenpy::Exception:
[legend]
Collaboration diagram for eigenpy::Exception:
[legend]

Public Member Functions

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

Static Public Member Functions

static void registerException ()

Protected Attributes

std::string message

Detailed Description

Definition at line 19 of file exception.hpp.

Constructor & Destructor Documentation

◆ Exception() [1/2]

eigenpy::Exception::Exception()
inline

Definition at line 21 of file exception.hpp.

◆ Exception() [2/2]

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

Definition at line 22 of file exception.hpp.

◆ ~Exception()

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

Definition at line 24 of file exception.hpp.

Member Function Documentation

◆ copyMessage()

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

Definition at line 26 of file exception.hpp.

◆ getMessage()

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

Definition at line 25 of file exception.hpp.

◆ what()

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

Definition at line 23 of file exception.hpp.

Member Data Documentation

◆ message

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

Definition at line 37 of file exception.hpp.


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