Quantum GIS API Documentation  1.8
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 #ifndef QGSCSEXCEPTION_H
00018 #define QGSCSEXCEPTION_H
00019 
00020 #include "qgsexception.h"
00024 class CORE_EXPORT QgsCsException : public QgsException
00025 {
00026   public:
00027     QgsCsException( QString const &what ) : QgsException( what ) {};
00028 
00029 };
00030 #endif //QGCSEXCEPTION_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines