STORM_LOG_THROW(conversionOk,storm::exceptions::OptionParserException,"Value '"<<argumentCache[i]<<"' is invalid for argument '"<<argument.getName()<<"' of option "<<option->getModuleName()<<":"<<option->getLongName()<<".");
STORM_LOG_THROW(conversionOk,storm::exceptions::OptionParserException,"Value '"<<argumentCache[i]<<"' is invalid for argument <"<<argument.getName()<<"> of option:\n"<<*option);
}
// In case there are optional arguments that were not set, we set them to their default value.