An Exception used when a thread creation error is detected. More...
#include <ThreadCreationException.h>
Public Member Functions | |
ThreadCreationException (const char *message) | |
Copy constructor. | |
ThreadCreationException (const string &message) | |
Copy constructor. | |
ThreadCreationException (ThreadCreationException const &) noexcept=default | |
Copy constructor. | |
ThreadCreationException & | operator= (ThreadCreationException const &) noexcept=default |
Assignation operator. | |
~ThreadCreationException () override=default | |
const char * | what () const noexcept override |
Overload of message retrie. | |
An Exception used when a thread creation error is detected.
|
inlineexplicit |
Copy constructor.
message | A message pointer to a char |
|
inlineexplicit |
Copy constructor.
message | A message string to a char |
|
defaultnoexcept |
Copy constructor.
|
overridedefault |
|
defaultnoexcept |
Assignation operator.
|
inlineoverridenoexcept |
Overload of message retrie.