|
Jpp
17.3.0-rc.2
the software that should make you happy
|
Exception handler for functional object. More...
#include <JFunctional.hh>
Public Member Functions | |
| JExceptionHandler () | |
| Default constructor. More... | |
| virtual | ~JExceptionHandler () |
| Virtual destructor. More... | |
| virtual result_type | action (const JException &error) const |
| Implementation of exception handler. More... | |
Exception handler for functional object.
Definition at line 131 of file JFunctional.hh.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implementation of exception handler.
This implementation throws the exception.
| error | error |
Reimplemented in JTOOLS::JFunctional< JArgument_t, JResult_t >::JDefaultResult.
Definition at line 153 of file JFunctional.hh.
1.8.5