Libsockcanpp
A complete C++ wrapper around socketcan.
|
An exception that may be thrown when an error occurred while initialising a CAN socket. More...
#include <CanInitException.hpp>
Public Member Functions | |
CanInitException (string message) | |
virtual | ~CanInitException () |
const char * | what () |
Private Attributes | |
string | _message |
An exception that may be thrown when an error occurred while initialising a CAN socket.
Definition at line 39 of file CanInitException.hpp.
|
inline |
Definition at line 41 of file CanInitException.hpp.
References _message.
Referenced by sockcanpp::CanDriver::initialiseSocketCan(), and sockcanpp::CanDriver::setCanFilterMask().
|
inlinevirtual |
Definition at line 42 of file CanInitException.hpp.
|
inline |
|
private |
Definition at line 48 of file CanInitException.hpp.
Referenced by CanInitException(), and what().