public class EndOfParseException
extends org.xml.sax.SAXException
GMLReader
can abort a read mid-stream via the standard SAX error handing methods.Constructor and Description |
---|
EndOfParseException()
Creates new
EndOfParseException without detail message. |
EndOfParseException(java.lang.String msg)
Constructs an
EndOfParseException with the specified detail message. |