Class EndOfParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.vividsolutions.jump.io.EndOfParseException
- All Implemented Interfaces:
Serializable
This is a fake exception class so the
GMLReader can abort a read mid-stream
via the standard SAX error handing methods.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newEndOfParseExceptionwithout detail message.Constructs anEndOfParseExceptionwith the specified detail message. -
Method Summary
Methods inherited from class SAXException
getCause, getException, getMessage, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EndOfParseException
public EndOfParseException()Creates newEndOfParseExceptionwithout detail message. -
EndOfParseException
Constructs anEndOfParseExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-