lsst.pex.policy
20.0.0+e2c4944b2a
|
definition of Policy parsing exceptions More...
Go to the source code of this file.
Classes | |
class | lsst::pex::policy::ParserError |
an parent exception for errors that occur during the parsing of policy files. More... | |
class | lsst::pex::policy::EOFError |
an exception indicated that the stream being parsed ended prematurely. More... | |
class | lsst::pex::policy::SyntaxError |
an exception thrown because a general syntax error was encountered. More... | |
class | lsst::pex::policy::FormatSyntaxError |
an exception thrown because a syntax error specific to the format being parsed was encountered. More... | |
class | lsst::pex::policy::UnsupportedSyntax |
an exception thrown because syntax was encountered that is legal for the format being parsed but which is not supported for encoding Policies. More... | |
Namespaces | |
lsst | |
lsst::pex | |
lsst::pex::policy | |
definition of Policy parsing exceptions
Definition in file parserexceptions.h.