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:
parent
45aa7df7c6
commit
0cf009749e
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue