|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.vividsolutions.jump.io.EndOfParseException
public class EndOfParseException
This is a fake exception class so the GMLReader can abort a read mid-stream via the standard SAX error handing methods.
| Constructor Summary | |
|---|---|
EndOfParseException()
Creates new EndOfParseException without detail message. |
|
EndOfParseException(java.lang.String msg)
Constructs an EndOfParseException with the specified detail message. |
|
| Method Summary |
|---|
| 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 |
|---|
public EndOfParseException()
EndOfParseException without detail message.
public EndOfParseException(java.lang.String msg)
EndOfParseException with the specified detail message.
msg - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||