<%
if (frontlineException == null) {
%>
Exception pas disponible
No Exception given
<%
} else {
%>
Erreur lors de la création de la population.
An error occured while creating the population.
Type d'exception - Exception type:<%= frontlineException.getClass().getName() %>
Message d'exception - Exception message:<%= errorMessage %>
<% if (fReport != null) { %>
<%= fReport.getStack() %>
<% } %>
<% } %>