ioexception.h

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

Generated on Fri Dec 22 07:17:50 2006 for afl by  doxygen 1.4.6