Revision 10666 branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/project/Project.java

View differences:

Project.java
1283 1283
				return pView.getName();
1284 1284
		}
1285 1285

  
1286
		throw new RuntimeException("The layer is not in a view");
1286
		throw new RuntimeException("The layer '"+layer.getName()+"' is not in a view");
1287 1287
	}
1288 1288

  
1289 1289
	public boolean isView(FLayers layers, FLayer layer) {

Also available in: Unified diff