FreeRTOS C++ Wrappers  1.6.0
C++ interface to FreeRTOS
Public Member Functions | Private Attributes | List of all members
cpp_freertos::QueueCreateException Class Reference

#include <queue.hpp>

Inheritance diagram for cpp_freertos::QueueCreateException:
Inheritance graph
[legend]
Collaboration diagram for cpp_freertos::QueueCreateException:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

char errorString [80]
 

Detailed Description

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

Definition at line 69 of file queue.hpp.

Constructor & Destructor Documentation

◆ QueueCreateException() [1/2]

cpp_freertos::QueueCreateException::QueueCreateException ( )
inline

Create the exception.

Definition at line 75 of file queue.hpp.

◆ QueueCreateException() [2/2]

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

Create the exception.

Definition at line 83 of file queue.hpp.

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.

Definition at line 93 of file queue.hpp.

Member Data Documentation

◆ errorString

char cpp_freertos::QueueCreateException::errorString[80]
private

A text string representing what failed.

Definition at line 102 of file queue.hpp.


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