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