21 CTK_IMPLEMENT_EXCEPTION(CommandException, ctkRuntimeException,
"Command exception")
23 CTK_IMPLEMENT_EXCEPTION(ExecutionException, CommandException, "Command execution exception")
24 CTK_IMPLEMENT_EXCEPTION(NotHandledException, CommandException, "Command not handled exception")
25 CTK_IMPLEMENT_EXCEPTION(NotDefinedException, CommandException, "Command not defined exception")
26 CTK_IMPLEMENT_EXCEPTION(NotEnabledException, CommandException, "Command not enabled exception")
27 CTK_IMPLEMENT_EXCEPTION(ParameterValueConversionException, CommandException, "Parameter value conversion exception")
28 CTK_IMPLEMENT_EXCEPTION(ParameterValuesException, CommandException, "Parameter values exception")
29 CTK_IMPLEMENT_EXCEPTION(SerializationException, CommandException, "Serialization exception")