26 using MTException::MTException;
29 std::string
getWhat()
const throw()
override;
BaseException()
Use getWhat() as the result of what().
Definition BaseException.cpp:18
MTException generic multithreading exception.
Definition MTException.h:17
MTThreadUnavailableException - Thrown when a thread cannot be created.
Definition MTException.h:25
std::string getWhat() const override
Get a human readable string describing the exception.
Definition MTException.cpp:15