R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::NoActiveNetworkThread Class Reference

This is the class in charge of informing the user that the program could not find any active threads that manage the network. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoActiveNetworkThread:
Inheritance graph
Collaboration diagram for CustomExceptions::NoActiveNetworkThread:
Collaboration graph

Public Member Functions

 NoActiveNetworkThread (const std::string &exceptionDetails="")
 Construct a new No Active Network Thread object.
 
 ~NoActiveNetworkThread ()
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that the program could not find any active threads that manage the network.

Definition at line 939 of file No.hpp.

Constructor & Destructor Documentation

◆ NoActiveNetworkThread()

CustomExceptions::NoActiveNetworkThread::NoActiveNetworkThread ( const std::string & exceptionDetails = "")

Construct a new No Active Network Thread object.

Parameters
exceptionDetailsAdditional details provided for the specific reason the error was raised.

Definition at line 548 of file No.cpp.

◆ ~NoActiveNetworkThread()

CustomExceptions::NoActiveNetworkThread::~NoActiveNetworkThread ( )

Definition at line 557 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 559 of file No.cpp.


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