00001 //----------------------------------------------------------------------------- 00002 /** @file error.cpp 00003 @see error.h 00004 00005 $Id: error.cpp,v 1.4 2003/06/10 22:28:50 emarkus Exp $ 00006 $Source: /usr/cvsroot/project_pathfind/error.cpp,v $ 00007 */ 00008 //----------------------------------------------------------------------------- 00009 00010 #include "error.h" 00011 00012 #include <sstream> 00013 00014 using namespace PathFind; 00015 00016 //----------------------------------------------------------------------------- 00017 00018 Error::~Error() throw() 00019 { 00020 ; 00021 } 00022 00023 //-----------------------------------------------------------------------------