lsst.pex.policy
20.0.0
|
an exception indicating that a policy parameter of a given name can not be found in a Policy object. More...
#include <exceptions.h>
Public Member Functions | |
NameNotFound (char const *ex_file, int ex_line, char const *ex_func) | |
NameNotFound (char const *ex_file, int ex_line, char const *ex_func, const std::string ¶meter) | |
virtual char const * | getType (void) const throw () |
virtual lsst::pex::exceptions::Exception * | clone () const |
void | addMessage (char const *file, int line, char const *func, std::string const &message) |
Traceback const & | getTraceback (void) const noexcept |
virtual std::ostream & | addToStream (std::ostream &stream) const |
virtual char const * | what (void) const noexcept |
T | what (T... args) |
an exception indicating that a policy parameter of a given name can not be found in a Policy object.
Definition at line 83 of file exceptions.h.
|
inline |
Definition at line 85 of file exceptions.h.
|
inline |
Definition at line 87 of file exceptions.h.
|
virtual |
Reimplemented from lsst::pex::exceptions::NotFoundError.
|
virtual |
Reimplemented from lsst::pex::exceptions::NotFoundError.