} catch (Exception e) {
e.printStackTrace();
}
params.put("dataInicial", datePickerInicial.getDate());
params.put("dataFinal", datePickerFinal.getDate());
relatorioPanel.add(ReportFactory.getInstance().getComponent("RelatorioExcecoes.jasper", params, new ExceptionLogDataSource(relatorio)));
getMainPanel().add(relatorioPanel);
getMainPanel().setBorder(null);
}