git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@111686 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0cf009749e
commit
9f342ae60d
|
@ -498,7 +498,7 @@ public class GeoNetworkInspector {
|
||||||
meta = checkForMetadatabyTitle(GeoNetworkInspector.treatTitleForGN(layerUUIDorTitle), layerUUIDorTitle);
|
meta = checkForMetadatabyTitle(GeoNetworkInspector.treatTitleForGN(layerUUIDorTitle), layerUUIDorTitle);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// e.printStackTrace();
|
// e.printStackTrace();
|
||||||
throw new Exception("Layer does not exist "+e.getLocalizedMessage());
|
AnalysisLogger.getLogger().debug("Layer does not exist "+e.getLocalizedMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue