Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
CustomExceptions::ThreadFound Class Reference

Exception class for the thread termination. This is not an error. More...

#include <Found.hpp>

Inheritance diagram for CustomExceptions::ThreadFound:
Inheritance graph
Collaboration diagram for CustomExceptions::ThreadFound:
Collaboration graph

Public Member Functions

 ThreadFound ()
 Construct a new ThreadFound object. Sets the message indicating that a thread was found and terminated.
 
 ~ThreadFound ()
 Destroy the ThreadFound object.
 
const char * what () const noexcept
 Retrieves the message.
 

Detailed Description

Exception class for the thread termination. This is not an error.

Definition at line 79 of file Found.hpp.

Constructor & Destructor Documentation

◆ ThreadFound()

CustomExceptions::ThreadFound::ThreadFound ( )

Construct a new ThreadFound object. Sets the message indicating that a thread was found and terminated.

Definition at line 70 of file Found.cpp.

◆ ~ThreadFound()

CustomExceptions::ThreadFound::~ThreadFound ( )

Destroy the ThreadFound object.

Definition at line 79 of file Found.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::ThreadFound::what ( ) const
noexcept

Retrieves the message.

Retrieves the message for ThreadFound exception.

Returns
A C-style string representing the message.

Definition at line 85 of file Found.cpp.


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