lsst.pex.policy
20.0.0+f48bb53858
|
definition of Policy-specific exceptions classes More...
Go to the source code of this file.
Classes | |
class | lsst::pex::policy::BadNameError |
an exception thrown when Policy parameter name has an illegal form. More... | |
class | lsst::pex::policy::DictionaryError |
There is a problem with a dictionary. More... | |
class | lsst::pex::policy::NameNotFound |
an exception indicating that a policy parameter of a given name can not be found in a Policy object. More... | |
class | lsst::pex::policy::TypeError |
an exception indicating that a policy parameter with a given name has a type different from the one that was requested. More... | |
Namespaces | |
lsst | |
lsst::pex | |
lsst::pex::policy | |
Macros | |
#define | POL_EARGS_TYPED char const *ex_file, int ex_line, char const *ex_func |
#define | POL_EARGS_UNTYPED ex_file, ex_line, ex_func |
#define | POL_EXCEPT_VIRTFUNCS(etn) |
definition of Policy-specific exceptions classes
Definition in file exceptions.h.
#define POL_EARGS_TYPED char const *ex_file, int ex_line, char const *ex_func |
Definition at line 39 of file exceptions.h.
#define POL_EARGS_UNTYPED ex_file, ex_line, ex_func |
Definition at line 40 of file exceptions.h.
#define POL_EXCEPT_VIRTFUNCS | ( | etn | ) |
Definition at line 41 of file exceptions.h.