Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@86327 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-28 15:18:10 +00:00
parent d910fe0f1e
commit dc7b3992d4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ CSVImportProgressListener {
@Override
public void onFailure(Throwable caught) {
showErrorAndHide("Error in importCSV",
"An error occured in importCSV", "", caught);
"An error occured in importCSV:"+caught.getLocalizedMessage(), caught.getStackTrace().toString(), caught);
}
});
}