STORM_LOG_THROW(this->hasDefaultValue,storm::exceptions::IllegalFunctionCallException,"Unable to set value from default value, because the argument has none.");
STORM_LOG_THROW(this->hasDefaultValue,storm::exceptions::IllegalFunctionCallException,"Unable to set value from default value, because the argument "<<name<<"has none.");
STORM_LOG_THROW(result,storm::exceptions::IllegalArgumentValueException,"Unable to assign default value to argument, because it was rejected.");
STORM_LOG_THROW(result,storm::exceptions::IllegalArgumentValueException,"Unable to assign default value to argument"<<name<<", because it was rejected.");
default:STORM_LOG_THROW(false,storm::exceptions::IllegalFunctionCallException,"Unable to retrieve argument value as unsigned integer.");break;
default:STORM_LOG_THROW(false,storm::exceptions::IllegalFunctionCallException,"Unable to retrieve argument value for "<<name<<"as unsigned integer.");break;