24 _msg =
"Info: The Help option was found, exiting.";
25 _buffer = _msg.c_str();
48 _msg =
"Info: The Version option was found, exiting.";
49 _buffer = _msg.c_str();
72 _msg =
"Info: The thread was found and was thus forcibly terminated.";
73 _buffer = _msg.c_str();
This file contains the definitions of custom exception classes used to inform the program about found...
~HelpFound()
Destroy the HelpFound object.
const char * what() const noexcept
Retrieves the message.
HelpFound()
Construct a new HelpFound object. Sets the message indicating that the help option was found.
const char * what() const noexcept
Retrieves the message.
~ThreadFound()
Destroy the ThreadFound object.
ThreadFound()
Construct a new ThreadFound object. Sets the message indicating that a thread was found and terminate...
~VersionFound()
Destroy the VersionFound object.
VersionFound()
Construct a new VersionFound object. Sets the message indicating that the version option was found.
const char * what() const noexcept
Retrieves the message.