Revision 7490

View differences:

trunk/libraries/libIverUtiles/src/com/iver/utiles/ExceptionDescription.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.1  2006-09-21 17:04:52  azabala
48
 * Revision 1.2  2006-09-22 08:08:04  ldiaz
49
 * layerName y driverName gestionados/almacenados desde esta clase
50
 *
51
 * Revision 1.1  2006/09/21 17:04:52  azabala
49 52
 * First version in cvs
50 53
 *
51 54
 *
......
69 72
	 * Descriptive exception description for the programmer.
70 73
	 */
71 74
	private String errorDescription;
72

  
75
	private String driverName;
76
	private String layerName;
77
	
78
	public String getDriverName() {
79
		return driverName;
80
	}
81
	public void setDriverName(String driverName){
82
		this.driverName = driverName;
83
	}	
84
	public String getLayerName() {
85
		return driverName;
86
	}
87
	public void setLayerName(String layerName){
88
		this.layerName = layerName;
89
	}	
73 90
	public ExceptionDescription() {
74 91
	}
75 92

  

Also available in: Unified diff