17 CTK_IMPLEMENT_EXCEPTION(CommandException, ctkRuntimeException,
"Command exception")
19 CTK_IMPLEMENT_EXCEPTION(ExecutionException, CommandException, "Command execution exception")
20 CTK_IMPLEMENT_EXCEPTION(NotHandledException, CommandException, "Command not handled exception")
21 CTK_IMPLEMENT_EXCEPTION(NotDefinedException, CommandException, "Command not defined exception")
22 CTK_IMPLEMENT_EXCEPTION(NotEnabledException, CommandException, "Command not enabled exception")
23 CTK_IMPLEMENT_EXCEPTION(ParameterValueConversionException, CommandException, "Parameter value conversion exception")
24 CTK_IMPLEMENT_EXCEPTION(ParameterValuesException, CommandException, "Parameter values exception")
25 CTK_IMPLEMENT_EXCEPTION(SerializationException, CommandException, "Serialization exception")