15class XMT :
public XBase
28 std::string
getWhat()
const throw()
override;
XBase()
Use getWhat() as the result of what()
Definition XBase.cpp:17
XMTThreadUnavailable - Thrown when a thread cannot be created.
Definition XMT.h:24
std::string getWhat() const override
Get a human readable string describing the exception.
Definition XMT.cpp:14
XMT generic multithreading exception.
Definition XMT.h:16