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

View differences:

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

Also available in: Unified diff