Jpp test-rotations-old
the software that should make you happy
|
Exception handler for functional object. More...
#include <JFunctional.hh>
Public Member Functions | |
JExceptionHandler () | |
Default constructor. | |
virtual | ~JExceptionHandler () |
Virtual destructor. | |
result_type | action () const |
Implementation of exception handler. | |
virtual result_type | action (const JException &error) const |
Implementation of exception handler. | |
Private Member Functions | |
virtual const char * | what () const override throw () |
Get error message. | |
Static Private Member Functions | |
static std::string | getDateAndTime () |
Get date and time [UTC]. | |
static std::ostream & | getOstream () |
Get output stream for conversion of exception. | |
Private Attributes | |
const std::string | buffer |
Exception handler for functional object.
Definition at line 127 of file JFunctional.hh.
|
inline |
Default constructor.
Definition at line 133 of file JFunctional.hh.
|
inlinevirtual |
|
inline |
Implementation of exception handler.
This implementation throws the exception.
Definition at line 151 of file JFunctional.hh.
|
inlinevirtual |
Implementation of exception handler.
This implementation throws the exception.
error | error |
Reimplemented in JTOOLS::JFunctional< JArgument_t, JResult_t >::JDefaultResult.
Definition at line 164 of file JFunctional.hh.
|
inlinestaticinherited |
Get date and time [UTC].
Definition at line 31 of file JException.hh.
|
inlineoverridevirtualinherited |
|
inlinestaticinherited |
Get output stream for conversion of exception.
Note that the ostream is emptied before use.
Definition at line 89 of file JException.hh.
|
privateinherited |
Definition at line 99 of file JException.hh.