Jpp
|
Exception for duplicate entry in dictionary. More...
#include <JException.hh>
Public Member Functions | |
JDictionaryDuplicateEntry (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for duplicate entry in dictionary.
Definition at line 558 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 567 of file JException.hh.
|
inlinevirtualinherited |