xorg-gtest 0.1
Xorg testing extension to Google Test
|
Exception thrown if the display connection encounters an IO error and calls the XIOErrorHandler function. More...
#include <xorg-gtest-xserver.h>
Public Member Functions | |
XIOError (const std::string &msg) | |
Create a new XIOError with the given message. More... | |
Exception thrown if the display connection encounters an IO error and calls the XIOErrorHandler function.
This exception requires an XIOErrorHandler to be registered. XServer::Start() will register this error handler. For tests that do not use the provided XServer object, call XServer::RegisterXIOErrorHandler() instead.
|
inline |
Create a new XIOError with the given message.