![]() |
LibMultiSense
LibMultiSense Documentation
|
#include <Exception.hh>


Public Member Functions | |
| Exception (const char *failureReason,...) | |
| Constructor. More... | |
| Exception (const std::string &failureReason) | |
| ~Exception () throw () | |
| Destructor. More... | |
| virtual const char * | what () const throw () |
| Returns the reason for the exception. More... | |
Private Attributes | |
| std::string | reason |
Definition at line 108 of file Exception.hh.
| crl::multisense::details::utility::Exception::Exception | ( | const char * | failureReason, |
| ... | |||
| ) |
Constructor.
Initializes with the reason given.
| failureReason | The reason for the exception. |
Definition at line 89 of file Exception.cc.
| crl::multisense::details::utility::Exception::Exception | ( | const std::string & | failureReason | ) |
Definition at line 109 of file Exception.cc.
| crl::multisense::details::utility::Exception::~Exception | ( | ) | ||
| throw | ( | |||
| ) | ||||
|
virtual | |||||||||||||
Returns the reason for the exception.
Definition at line 125 of file Exception.cc.
|
private |
Definition at line 112 of file Exception.hh.