Jpp
|
Protocol exception. More...
#include <JException.hh>
Public Member Functions | |
JProtocolException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Protocol exception.
Definition at line 612 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 621 of file JException.hh.
|
inlinevirtualinherited |