lsst.pex.policy
14.0-1-g4b114ac+2
|
There is a problem with a dictionary. More...
#include <exceptions.h>
Public Member Functions | |
DictionaryError (char const *ex_file, int ex_line, char const *ex_func) | |
DictionaryError (char const *ex_file, int ex_line, char const *ex_func, const std::string &msg) | |
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 |
virtual std::ostream & | addToStream (std::ostream &stream) const |
virtual char const * | what (void) const |
T | what (T... args) |
There is a problem with a dictionary.
Definition at line 72 of file exceptions.h.
|
inline |
Definition at line 74 of file exceptions.h.
|
inline |
Definition at line 78 of file exceptions.h.
|
virtual |
Reimplemented from lsst::pex::exceptions::DomainError.
|
virtual |
Reimplemented from lsst::pex::exceptions::DomainError.