Revision 40799 branches/v02_desarrollo/libraries/sld/temp/org.gvsig.sldsupport.lib.impl/src/main/java/org/gvsig/sldsupport/impl/sld1_0_0/parsing/LegendGraphicElement.java

View differences:

LegendGraphicElement.java
34 34
					resp.setGraphic(gra);
35 35
					break;
36 36
				}
37
				break;
37
				/*
38
				 * Any other entity causes parsing error
39
				 */
40
				throw new SLDReadException(
41
						"Bad SLD file. Unexpected entity in legend graphic: " + name);
38 42
			case KXmlParser.END_TAG:
39 43
				break;
40 44
			case KXmlParser.TEXT:

Also available in: Unified diff