lsst.pex.exceptions
8.0.0.0-23-g68b96ed
|
00001 /* 00002 * LSST Data Management System 00003 * Copyright 2008, 2009, 2010 LSST Corporation. 00004 * 00005 * This product includes software developed by the 00006 * LSST Project (http://www.lsst.org/). 00007 * 00008 * This program is free software: you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation, either version 3 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the LSST License Statement and 00019 * the GNU General Public License along with this program. If not, 00020 * see <http://www.lsstcorp.org/LegalNotices/>. 00021 */ 00022 00029 #ifndef LSST_PEX_EXCEPTIONS_H 00030 #define LSST_PEX_EXCEPTIONS_H 00031 #include "lsst/pex/exceptions/Exception.h" 00032 #include "lsst/pex/exceptions/Runtime.h" 00033 #include "lsst/pex/exceptions/asserts.h" 00034 #endif