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