Revision 7491 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/ConnectionErrorExceptionType.java

View differences:

ConnectionErrorExceptionType.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-09-21 17:18:31  azabala
48
* Revision 1.2  2006-09-22 08:09:01  ldiaz
49
* set/get de layerName y driverName pasan a ExceptionDescription en iverUtiles
50
*
51
* Revision 1.1  2006/09/21 17:18:31  azabala
49 52
* First version in cvs
50 53
*
51 54
*
......
59 62
public class ConnectionErrorExceptionType extends ExceptionDescription {
60 63
	
61 64
	URL host;
62
	private String layerName;
63
	private String driverName;
65
	//private String layerName;
66
	//private String driverName;
64 67
	
65 68
	public ConnectionErrorExceptionType(){
66 69
		super(40, "Error de conexion a servidor remoto");
......
80 83
	}
81 84

  
82 85

  
83
	private String getDriverName() {
84
		return driverName;
85
	}
86
	
87
	public void setDriverName(String driverName){
88
		this.driverName = driverName;
89
	}
86
//	private String getDriverName() {
87
//		return driverName;
88
//	}
89
//	
90
//	public void setDriverName(String driverName){
91
//		this.driverName = driverName;
92
//	}
93
//	private String getLayerName() {
94
//		return layerName;
95
//	}
96
//	
97
//	public void setLayerName(String layerName){
98
//		this.layerName = layerName;
99
//	}
90 100

  
91 101

  
92
	private String getLayerName() {
93
		return layerName;
94
	}
95
	
96
	public void setLayerName(String layerName){
97
		this.layerName = layerName;
98
	}
99

  
100

  
101 102
	public URL getHost() {
102 103
		return host;
103 104
	}

Also available in: Unified diff