There is a problem with a dictionary.
More...
#include <exceptions.h>
|
| 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 |
|
There is a problem with a dictionary.
Definition at line 72 of file exceptions.h.
lsst::pex::policy::DictionaryError::DictionaryError |
( |
char const * |
ex_file, |
|
|
int |
ex_line, |
|
|
char const * |
ex_func |
|
) |
| |
|
inline |
lsst::pex::policy::DictionaryError::DictionaryError |
( |
char const * |
ex_file, |
|
|
int |
ex_line, |
|
|
char const * |
ex_func, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
virtual lsst::pex::exceptions::Exception* lsst::pex::policy::DictionaryError::clone |
( |
| ) |
const |
|
virtual |
virtual char const* lsst::pex::policy::DictionaryError::getType |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
The documentation for this class was generated from the following file: