lsst.pex.policy
20.0.0+f48bb53858
|
an exception indicating that a policy parameter with a given name has a type different from the one that was requested. More...
#include <exceptions.h>
Public Member Functions | |
TypeError (char const *ex_file, int ex_line, char const *ex_func) | |
TypeError (char const *ex_file, int ex_line, char const *ex_func, const std::string ¶meter, const std::string &expected) | |
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 with a given name has a type different from the one that was requested.
Definition at line 98 of file exceptions.h.
|
inline |
Definition at line 100 of file exceptions.h.
|
inline |
Definition at line 102 of file exceptions.h.
|
virtual |
Reimplemented from lsst::pex::exceptions::DomainError.
|
virtual |
Reimplemented from lsst::pex::exceptions::DomainError.