libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

Exception Class Reference

Exception Class Reference

This is the root exception class for all exceptions that can be thrown from the libuavcan Linux driver. More...

#include <exception.hpp>

Inherited by AllIfacesDownException, and LibuavcanErrorException.

Public Member Functions

int getErrno () const
 Returns standard UNIX errno value captured at the moment when this exception object was constructed.

Detailed Description

This is the root exception class for all exceptions that can be thrown from the libuavcan Linux driver.

Definition at line 16 of file exception.hpp.


Member Function Documentation

int getErrno (  ) const

Returns standard UNIX errno value captured at the moment when this exception object was constructed.

Definition at line 35 of file exception.hpp.