Class EndOfParseException

  • All Implemented Interfaces:
    Serializable

    public class EndOfParseException
    extends SAXException
    This is a fake exception class so the GMLReader can abort a read mid-stream via the standard SAX error handing methods.
    See Also:
    Serialized Form
    • Constructor Detail

      • EndOfParseException

        public EndOfParseException()
        Creates new EndOfParseException without detail message.
      • EndOfParseException

        public EndOfParseException​(String msg)
        Constructs an EndOfParseException with the specified detail message.
        Parameters:
        msg - the detail message.