CommandDependentStatusException.h

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

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