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

View differences:

GraphicStrokeElement.java
44 44
					resp.setInitialGap(sp);
45 45
					break;
46 46
				}
47
				break;
47
				/*
48
				 * Any other entity causes parsing error
49
				 */
50
				throw new SLDReadException(
51
						"Bad SLD file. Unexpected entity in graphic stroke: " + name);
48 52
			case KXmlParser.END_TAG:
49 53
				break;
50 54
			case KXmlParser.TEXT:

Also available in: Unified diff