General exception.
More...
#include <JException.hh>
General exception.
Definition at line 40 of file JException.hh.
JLANG::JException::JException |
( |
const std::string & |
error | ) |
|
|
inline |
JLANG::JException::~JException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
virtual const char* JLANG::JException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Get error message.
- Returns
- error message
Definition at line 65 of file JException.hh.
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JException & |
exception |
|
) |
| |
|
friend |
Print error message of JException.
- Parameters
-
out | output stream |
exception | exception |
Definition at line 77 of file JException.hh.
79 return out << exception.
what();
virtual const char * what() const
Get error message.
const std::string JLANG::JException::buffer |
|
private |
The documentation for this class was generated from the following file: