Revision 27723 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataStore.java

View differences:

DataStore.java
3 3
import java.util.Iterator;
4 4

  
5 5
import org.gvsig.fmap.dal.exception.DataException;
6
import org.gvsig.fmap.dal.exception.ValidateDataParametersException;
6 7
import org.gvsig.metadata.Metadata;
7 8
import org.gvsig.tools.observer.ComplexWeakReferencingObservable;
8 9
import org.gvsig.tools.observer.Observer;
......
140 141
	/**
141 142
	 * Returns the DataServerExplorer to which this DataStore belongs, if there
142 143
	 * is any.
143
	 *
144
	 * 
144 145
	 * @return DataServerExplorer to which this DataStore belongs, or
145 146
	 *         <code>null</code> if this was not accessed through any
146 147
	 *         DataServerExplorer.
147
	 *
148
	 * 
148 149
	 * @throws DataException
150
	 * @throws ValidateDataParametersException
149 151
	 */
150
	public DataServerExplorer getExplorer() throws DataException;
152
	public DataServerExplorer getExplorer() throws DataException,
153
			ValidateDataParametersException;
151 154

  
152 155

  
153 156
	/**

Also available in: Unified diff