00001 #include "unsupportedactionexception.h"
00002
00003 using namespace control;
00004
00005
00006 UnsupportedActionException::UnsupportedActionException() :
00007 StringException("Unsupported action")
00008 {
00009 }
00010
00011 UnsupportedActionException::~UnsupportedActionException() throw()
00012 {
00013 }
00014
00015