Drop commented out / disabled code
[geos.git] / examples / CPCLException.cpp
blobd58abe80c54ae0125fe5bbcb3c9c58891cc6bcb5
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
13 **********************************************************************/
16 #include "CustomCoordinateSequenceExample.h"
17 #include <geos/util.h>
19 using namespace geos;
21 CPCLException::CPCLException()
23 GEOSException("CPCLException", "")
27 CPCLException::CPCLException(const string& msg)
28 GEOSException("CPCLException", msg)
32 CPCLException::~CPCLException(){}