CommandUnsupportedException.h

00001 /*-----------------------------------------------------------------------------
00002  * CommandUnsupportedException declaration
00003  * Ionetrics 2006
00004  * John Williams
00005  * CommandUnsupportedException.h
00006  *---------------------------------------------------------------------------*/
00007 
00008 #ifndef COMMANDUNSUPPORTEDEXCEPTION_H
00009 #define COMMANDUNSUPPORTEDEXCEPTION_H
00010 
00011 //-----------------------------------------------------------------------------
00012 
00013 #include "IOException.h"
00014 
00015 //-----------------------------------------------------------------------------
00016 
00017 namespace annotatorcomm
00018 {
00019 
00024 class ANNCOMM_API CommandUnsupportedException : public IOException
00025 {
00026 public:
00030         CommandUnsupportedException();
00031 };
00032 
00033 }
00034 
00035 //-----------------------------------------------------------------------------
00036 
00037 #endif /* COMMANDUNSUPPORTEDEXCEPTION_H */

Generated on Tue Aug 1 11:14:11 2006 for libAnnotatorComm by  doxygen 1.4.7