iSpike
2.1
Spike conversion library for robotics
|
#include <ISpikeException.hpp>
Public Member Functions | |
ISpikeException (string description) throw () | |
ISpikeException (string description, int arg1) throw () | |
~ISpikeException () throw () | |
const string & | msg () const |
const char * | what () const throw () |
Definition at line 10 of file ISpikeException.hpp.
ispike::ISpikeException::ISpikeException | ( | string | description | ) | throw () [inline] |
Definition at line 15 of file ISpikeException.hpp.
ispike::ISpikeException::ISpikeException | ( | string | description, |
int | arg1 | ||
) | throw () [inline] |
Definition at line 18 of file ISpikeException.hpp.
ispike::ISpikeException::~ISpikeException | ( | ) | throw () [inline] |
Definition at line 23 of file ISpikeException.hpp.
const string& ispike::ISpikeException::msg | ( | ) | const [inline] |
Definition at line 25 of file ISpikeException.hpp.
const char* ispike::ISpikeException::what | ( | ) | const throw () [inline] |
Definition at line 29 of file ISpikeException.hpp.