Jpp
|
Exception for select call. More...
#include <JException.hh>
Public Member Functions | |
JSelectException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for select call.
Definition at line 396 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 405 of file JException.hh.
|
inlinevirtualinherited |