|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.n3.nanoxml.XMLException
net.n3.nanoxml.XMLParseException
An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.
Constructor Summary | |
XMLParseException(java.lang.String msg)
Creates a new exception. |
|
XMLParseException(java.lang.String systemID,
int lineNr,
java.lang.String msg)
Creates a new exception. |
Methods inherited from class net.n3.nanoxml.XMLException |
finalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLParseException(java.lang.String msg)
msg
- the message of the exception.public XMLParseException(java.lang.String systemID, int lineNr, java.lang.String msg)
systemID
- the system ID from where the data camelineNr
- the line number in the XML data where the exception
occurred.msg
- the message of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |