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

View differences:

EnvelopeElement.java
39 39
					parser.nextTag();
40 40
					break;
41 41
				}
42
				break;
42
				
43
				/*
44
				 * Any other entity causes parsing error
45
				 */
46
				throw new SLDReadException(
47
						"Bad SLD file. Unexpected entity in envelope: " + name);
43 48
			case KXmlParser.END_TAG:
44 49
				break;
45 50
			case KXmlParser.TEXT:

Also available in: Unified diff