com.vividsolutions.jump.io
Class EndOfParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended bycom.vividsolutions.jump.io.EndOfParseException
All Implemented Interfaces:
java.io.Serializable

public class EndOfParseException
extends org.xml.sax.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 Summary
EndOfParseException()
          Creates new EndOfParseException without detail message.
EndOfParseException(java.lang.String msg)
          Constructs an EndOfParseException with the specified detail message.
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfParseException

public EndOfParseException()
Creates new EndOfParseException without detail message.


EndOfParseException

public EndOfParseException(java.lang.String msg)
Constructs an EndOfParseException with the specified detail message.

Parameters:
msg - the detail message.