Jpp
|
Exception for creation of fork. More...
#include <JException.hh>
Public Member Functions | |
JForkException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for creation of fork.
Definition at line 468 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 477 of file JException.hh.
|
inlinevirtualinherited |