Jpp
|
Exception for opening of pipe. More...
#include <JException.hh>
Public Member Functions | |
JPipeOpenException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for opening of pipe.
Definition at line 378 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 387 of file JException.hh.
|
inlinevirtualinherited |