Quantum GIS API Documentation  1.7.4
src/core/qgscsexception.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                 qgscsexception.h - Coordinate System Exception
00003                              -------------------
00004   begin                : 2004-12-29
00005   copyright            : (C) 2004 by Gary Sherman
00006   email                : sherman at mrcc dot com
00007 ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 /* $Id$ */
00018 #ifndef QGSCSEXCEPTION_H
00019 #define QGSCSEXCEPTION_H
00020 
00021 #include "qgsexception.h"
00025 class CORE_EXPORT QgsCsException : public QgsException
00026 {
00027   public:
00028     QgsCsException( QString const &what ) : QgsException( what ) {};
00029 
00030 };
00031 #endif //QGCSEXCEPTION_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines