Exceptions/Exception.h

00001 #ifndef _EXCEPTION_H_
00002 #define _EXCEPTION_H_
00003 
00004 #include <iostream>
00005 #include <string>
00006 
00007 using namespace std;
00008 
00009 namespace ILCException{
00013 class Exception{
00014  private:
00015   string message;
00016  public:
00020   Exception(string);
00025   string getMessage();
00026 };
00027 }
00028 #endif

Generated on Tue Feb 28 15:35:34 2012 for ILCConfigurationDB by  doxygen 1.4.7