} catch (ObjectAlreadyInsertedException e) {
out.println(HTMLCode.errorPage("Complaint already inserted"));
} catch (ObjectNotValidException e) {
out.println(HTMLCode.errorPage("Unespected error. Try to contact the support team."));
} catch (CommunicationException e) {
throw new FacadeUnavailableException();
}catch(InvalidDateException e){
out.println(HTMLCode.errorPage("Invalid date."));
}
}