Exception for absence of type information.
More...
#include <JException.hh>
Exception for absence of type information.
Definition at line 630 of file JException.hh.
◆ JTypeInformationException()
| JLANG::JTypeInformationException::JTypeInformationException |
( |
const std::string & | error | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 639 of file JException.hh.
639 :
641 {}
JException(const std::string &error)
Constructor.
◆ getDateAndTime()
| static std::string JLANG::JException::getDateAndTime |
( |
| ) |
|
|
inlinestaticinherited |
Get date and time [UTC].
- Returns
- date and time [UTC]
Definition at line 32 of file JException.hh.
33 {
35
36 time_t
result = time(NULL);
37
38 return asctime(gmtime(&result));
39 }
◆ what()
| virtual const char * JLANG::JException::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlineoverridevirtualinherited |
Get error message.
- Returns
- error message
Definition at line 65 of file JException.hh.
◆ buffer
| const std::string JLANG::JException::buffer |
|
privateinherited |
The documentation for this class was generated from the following file: