Class XMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.n3.nanoxml.XMLException
net.n3.nanoxml.XMLParseException
- All Implemented Interfaces:
Serializable
An XMLParseException is thrown when the XML passed to the XML parser is not
well-formed.
- Version:
- $Name: RELEASE_2_2_1 $, $Revision: 1.3 $
- Author:
- Marc De Scheemaecker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMLParseException(String msg) Creates a new exception.XMLParseException(String systemID, int lineNr, String msg) Creates a new exception. -
Method Summary
Methods inherited from class XMLException
finalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
XMLParseException
Creates a new exception.- Parameters:
msg- the message of the exception.
-
XMLParseException
-