LSSTApplications  19.0.0-14-gb0260a2+72aee35b6e,20.0.0+117106b506,20.0.0+30000fcb7e,20.0.0+3fc9f7ad86,20.0.0+477e9a1faa,20.0.0+76dc209b92,20.0.0+89c8776288,20.0.0+8e4ccb55f2,20.0.0+9457a788fe,20.0.0+95dc160249,20.0.0+99c1012587,20.0.0+b36b3b23ee,20.0.0+c93f448344,20.0.0+e5c4976b0d,20.0.0+eb0b68971d,20.0.0+ef667cdf05,20.0.0+f3c6aa4fa8,20.0.0+f45b7d88f4,20.0.0+f508b7937b,20.0.0-1-g10df615+9535e95112,20.0.0-1-g253301a+d3ed4cc2ab,20.0.0-1-g4d801e7+e2c0db9aca,20.0.0-1-g8a53f90+e0c9560612,20.0.0-1-gc96f8cb+d4044d9368,20.0.0-1-gd1c87d7+54d12611dd,20.0.0-1-gdb27ee5+f68f2de9db,20.0.0-11-gda4966f+6b932940cf,20.0.0-16-g6654009b+9733cd1e28,20.0.0-2-g25c5319+3eadce6b96,20.0.0-2-gec03fae+4d82fa78bb,20.0.0-25-g163437c+4e1a704cd6,20.0.0-3-gd2e950e+f45b7d88f4,20.0.0-4-g4a2362f+f45b7d88f4,20.0.0-4-gde602ef96+1a0e0454d8,20.0.0-4-ge48a6ca+4e088cdcdc,20.0.0-6-g01203fff+1e89328230,20.0.0-6-g9bcb941+a3f076f801,20.0.0-7-g3c4151b+8b45a8c617,20.0.0-7-gb92c176+129626b99a,w.2020.31
LSSTDataManagementBasePackage
exceptions.cc
Go to the documentation of this file.
1 /*
2  * LSST Data Management System
3  * Copyright 2008, 2009, 2010 LSST Corporation.
4  *
5  * This product includes software developed by the
6  * LSST Project (http://www.lsst.org/).
7  *
8  * This program is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the LSST License Statement and
19  * the GNU General Public License along with this program. If not,
20  * see <http://www.lsstcorp.org/LegalNotices/>.
21  */
22 
27 
exceptions.h
definition of Policy-specific exceptions classes
lsst::pex::policy::TypeError
an exception indicating that a policy parameter with a given name has a type different from the one t...
Definition: exceptions.h:98
lsst::pex::policy::BadNameError
an exception thrown when Policy parameter name has an illegal form.
Definition: exceptions.h:54
POL_EXCEPT_VIRTFUNCS
#define POL_EXCEPT_VIRTFUNCS(etn)
Definition: exceptions.h:40
lsst::pex::policy::DictionaryError
There is a problem with a dictionary.
Definition: exceptions.h:68
lsst::pex::policy::NameNotFound
an exception indicating that a policy parameter of a given name can not be found in a Policy object.
Definition: exceptions.h:83