} else {
throw new ValidationException(
"missing date in a expense sheet line");
}
return new ExpenseSheetLineDTO(code, line.getConcept(), value,
resourceCode, orderElementCode, date);
} else {
throw new ValidationException(
"the expense sheet line is not initialized");
}