mavtables  0.2.1
MAVLink router and firewall.
Public Member Functions | List of all members
RecursionError Class Reference

#include <RecursionError.hpp>

Inheritance diagram for RecursionError:
Inheritance graph
Collaboration diagram for RecursionError:
Collaboration graph

Public Member Functions

 RecursionError (std::string message)
 
const char * what () const noexcept
 

Detailed Description

Exception type emmited by a recursion guard.

Definition at line 28 of file RecursionError.hpp.

Constructor & Destructor Documentation

◆ RecursionError()

RecursionError::RecursionError ( std::string  message)

Construct a RecursionError given a message.

Parameters
messageThe error message.

Definition at line 28 of file RecursionError.cpp.

Member Function Documentation

◆ what()

const char * RecursionError::what ( ) const
noexcept

Return error message string.

Returns
Error message string.

Definition at line 38 of file RecursionError.cpp.


The documentation for this class was generated from the following files: