Jpp
|
Exception when parsing a value. More...
#include <JException.hh>
Public Member Functions | |
JParserException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception when parsing a value.
Definition at line 504 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 513 of file JException.hh.
|
inlinevirtualinherited |