public class EndOfParseException extends 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(String msg)
Constructs an
EndOfParseException with the specified detail message. |
getCause, getException, getMessage, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EndOfParseException()
EndOfParseException without detail message.public EndOfParseException(String msg)
EndOfParseException with the specified detail message.msg - the detail message.Copyright © 2015. All rights reserved.