FreeRTOS Addons
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cpp_freertos::QueueCreateException Class Reference

#include <queue.hpp>

Inheritance diagram for cpp_freertos::QueueCreateException:

Public Member Functions

 QueueCreateException ()
 
 QueueCreateException (const char *info)
 
virtual const char * what () const throw ()
 

Detailed Description

This is the exception that is thrown if a Queue constructor fails.

Constructor & Destructor Documentation

◆ QueueCreateException() [1/2]

cpp_freertos::QueueCreateException::QueueCreateException ( )
inline

Create the exception.

◆ QueueCreateException() [2/2]

cpp_freertos::QueueCreateException::QueueCreateException ( const char *  info)
inlineexplicit

Create the exception.

Member Function Documentation

◆ what()

virtual const char * cpp_freertos::QueueCreateException::what ( ) const
throw (
)
inlinevirtual

Get what happened as a string. We are overriding the base implementation here.


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