Revision 22616 branches/v10/extensions/extPublish/src/org/gvsig/publish/infoproject/IProjectInfo.java

View differences:

IProjectInfo.java
41 41

  
42 42
package org.gvsig.publish.infoproject;
43 43

  
44
import org.gvsig.publish.exceptions.LayerInfoNotAvailableException;
45 44

  
46 45
/**
47 46
 * This interface has the operations for query information about a project
......
72 71
	 * @param layerName
73 72
	 * @return an object ILayerInfo which unique identifier is "layerName" or null if the layer doesn't exists
74 73
	 */
75
	abstract ILayerInfo findLayer(String layerName) throws LayerInfoNotAvailableException;
74
	abstract ILayerInfo findLayer(String layerName);
76 75
	/**
77 76
	 * Filters the content of the project information 
78 77
	 * 

Also available in: Unified diff