caught exception now generated by the gnInspector

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@111682 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Gianpaolo Coro 2015-02-04 17:17:20 +00:00
parent 45aa7df7c6
commit 0cf009749e
1 changed files with 4 additions and 1 deletions

View File

@ -72,8 +72,11 @@ public class MatrixExtractor {
connector = new Table(configuration, resolution);
currentconnector = connector;
} else {
try{
meta = gnInspector.getGNInfobyUUIDorName(layerTitle);
}catch(Exception e){
}
// if the layer is not on GeoNetwork
if (meta == null) {
String[] urls = { layerTitle };