MOOS 0.2375
/home/toby/moos-ivp/MOOS-2375-Oct0611/Tools/Graphical/libAlogTools/alogTools/FileNotFoundException.cpp
Go to the documentation of this file.
00001 #include "FileNotFoundException.h"
00002 
00003 using namespace std;
00004 
00005 FileNotFoundException::FileNotFoundException(const string &msg) : runtime_error(msg) {
00006 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines