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

#include <semaphore.hpp>

Inheritance diagram for cpp_freertos::SemaphoreCreateException:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SemaphoreCreateException() [1/2]

cpp_freertos::SemaphoreCreateException::SemaphoreCreateException ( )
inline

Create the exception.

◆ SemaphoreCreateException() [2/2]

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

Create the exception.

Member Function Documentation

◆ what()

virtual const char * cpp_freertos::SemaphoreCreateException::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: