Revision 13879 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/LegendDriverExceptionType.java

View differences:

LegendDriverExceptionType.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.2  2007-05-28 15:36:42  jaume
48
* Revision 1.3  2007-09-19 16:18:59  jaume
49
* nothing important
50
*
51
* Revision 1.2  2007/05/28 15:36:42  jaume
49 52
* *** empty log message ***
50 53
*
51 54
* Revision 1.1  2006/09/21 17:18:31  azabala
......
68 71
	public LegendDriverExceptionType(String errorDescription) {
69 72
		super();
70 73
		setCode(1);
71
		setDescription("error al crear la leyenda de una capa");
74
		setDescription("error al crear la leyenda de una capa "+
75
				errorDescription != null ? errorDescription : "");
72 76
	}
77
	
73 78

  
74 79
	public String getHtmlErrorMessage() {
75 80
		String message = "";

Also available in: Unified diff