Revision 652 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/InfoListener.java

View differences:

InfoListener.java
16 16

  
17 17
import com.hardcode.driverManager.DriverLoadException;
18 18
import com.hardcode.gdbms.engine.data.DataSource;
19
import com.hardcode.gdbms.engine.data.DriverException;
20 19
import com.iver.andami.PluginServices;
21 20
import com.iver.cit.gvsig.Abrir;
21
import com.iver.cit.gvsig.fmap.DriverException;
22 22
import com.iver.cit.gvsig.fmap.NewMapControl;
23 23
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
24 24
import com.iver.cit.gvsig.fmap.layers.FLayer;
......
67 67
	 *
68 68
	 * @see com.iver.cit.gvsig.fmap.tools.Listeners.PointListener#point(com.iver.cit.gvsig.fmap.tools.Events.PointEvent)
69 69
	 */
70
	public void point(PointEvent event) throws DriverIOException {
70
	public void point(PointEvent event) throws DriverException {
71 71
		Point2D pReal = mapCtrl.getMapContext().getViewPort().toMapPoint(event.getPoint());
72 72

  
73 73
		// Dentro de queryByPoint tenemos que separar los registros que vienen asociados a una 
......
150 150

  
151 151
									logger.debug("ds.stop()");
152 152
									ds.stop();
153
								} catch (com.hardcode.gdbms.engine.data.DriverException e) {
154
									throw new SAXException(e);
153 155
								} catch (DriverException e) {
154
									e.printStackTrace();
155
								} catch (DriverLoadException e) {
156
									e.printStackTrace();
156
									throw new SAXException(e);
157 157
								}
158 158

  
159 159
								handler.endElement("", "",

Also available in: Unified diff