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