| Libsockcanpp
    A complete C++ wrapper around socketcan. | 
An exception that may be thrown when an error occurs while closing a CAN socket. More...
#include <CanCloseException.hpp>


| Public Member Functions | |
| CanCloseException (string message) | |
| ~CanCloseException () | |
| const char * | what () const noexcept | 
| Private Attributes | |
| string | _message | 
An exception that may be thrown when an error occurs while closing a CAN socket.
Definition at line 39 of file CanCloseException.hpp.
| 
 | inline | 
Definition at line 41 of file CanCloseException.hpp.
References _message.
Referenced by sockcanpp::CanDriver::uninitialiseSocketCan().
| 
 | inline | 
Definition at line 42 of file CanCloseException.hpp.
| 
 | inlinenoexcept | 
| 
 | private | 
Definition at line 48 of file CanCloseException.hpp.
Referenced by CanCloseException(), and what().