00001 #ifndef UNSUPPORTEDACTIONEXCEPTION_H 00002 #define UNSUPPORTEDACTIONEXCEPTION_H 00003 00004 #include "tools/stringexception.h" 00005 00006 namespace control 00007 { 00008 00009 class UnsupportedActionException : public tools::StringException 00010 { 00011 00012 public: 00013 UnsupportedActionException(); 00014 ~UnsupportedActionException() throw(); 00015 00016 }; 00017 00018 } 00019 00020 #endif