|
lsst.pex.policy
tickets.DM-23835-gcf878a0e59
|
an exception thrown when Policy parameter name has an illegal form. More...
#include <exceptions.h>
Public Member Functions | |
| BadNameError (char const *ex_file, int ex_line, char const *ex_func) | |
| BadNameError (char const *ex_file, int ex_line, char const *ex_func, const std::string &badname) | |
| virtual const char * | 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 thrown when Policy parameter name has an illegal form.
This usually means that it contains zero-length fields. In other words, it either starts with a period, ends with a period, or contains two or more consecutive periods.
Definition at line 54 of file exceptions.h.
|
inline |
Definition at line 56 of file exceptions.h.
|
inline |
Definition at line 58 of file exceptions.h.
|
virtual |
Reimplemented from lsst::pex::exceptions::RuntimeError.
|
virtual | ||||||||||||||
Reimplemented from lsst::pex::exceptions::RuntimeError.
1.8.16