lsst.pex.policy
13.0-1-g47a359c+17
|
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 char const * | getType (void) const throw () |
virtual lsst::pex::exceptions::Exception * | clone () const |
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 55 of file exceptions.h.
|
inline |
Definition at line 57 of file exceptions.h.
|
inline |
Definition at line 61 of file exceptions.h.
|
virtual |
|
virtual |