OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <OptPilotException.h>
Public Member Functions | |
OptPilotException (const std::string &meth, const std::string &descr) | |
virtual const char * | what () const throw () |
virtual const char * | where () const throw () |
Private Attributes | |
std::string | descr_ |
std::string | meth_ |
Definition at line 26 of file OptPilotException.h.
|
inline |
Definition at line 30 of file OptPilotException.h.
|
inlinevirtual |
Definition at line 35 of file OptPilotException.h.
References descr_.
Referenced by Worker< Sim_t >::onMessage(), SampleWorker< Sim_t >::onMessage(), MaxNormRadialPeak::operator()(), NumberOfPeaks::operator()(), ProbeVariable::operator()(), RadialPeak::operator()(), SeptumExpr::operator()(), SumErrSq::operator()(), SumErrSqRadialPeak::operator()(), Worker< Sim_t >::runCoWorker(), and SampleWorker< Sim_t >::runSlave().
|
inlinevirtual |
Definition at line 39 of file OptPilotException.h.
References meth_.
|
private |
Definition at line 45 of file OptPilotException.h.
Referenced by OptPilotException(), and what().
|
private |
Definition at line 46 of file OptPilotException.h.
Referenced by OptPilotException(), and where().