Exception for duplicate entry in dictionary.
More...
#include <JException.hh>
|
static std::ostream & | getOstream () |
| Get output stream for conversion of exception. More...
|
|
Exception for duplicate entry in dictionary.
Definition at line 576 of file JException.hh.
◆ JDictionaryDuplicateEntry()
JLANG::JDictionaryDuplicateEntry::JDictionaryDuplicateEntry |
( |
const std::string & |
error | ) |
|
|
inline |
◆ what()
virtual const char* JLANG::JException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtualinherited |
Get error message.
- Returns
- error message
Definition at line 48 of file JException.hh.
◆ getOstream()
static std::ostream& JLANG::JException::getOstream |
( |
| ) |
|
|
inlinestaticinherited |
Get output stream for conversion of exception.
Note that the ostream is emptied before use.
- Returns
- ostream
Definition at line 73 of file JException.hh.
75 static std::ostringstream
buffer;
◆ buffer
const std::string JLANG::JException::buffer |
|
privateinherited |
The documentation for this class was generated from the following file: