00001 #ifndef EXC_GEOMETRYEXCEPTION_H 00002 #define EXC_GEOMETRYEXCEPTION_H 00003 00004 #include "exception.h" 00005 00006 namespace afl 00007 { 00008 namespace exc 00009 { 00010 00016 class GeometryException : public Exception 00017 { 00018 00020 public: 00026 GeometryException( const std::string& message ); 00027 00028 00029 }; 00030 } 00031 } 00032 00033 #endif // EXC_GEOMETRYEXCEPTION_H 00034