net.n3.nanoxml
Class XMLParseException
public class XMLParseException
An XMLParseException is thrown when the XML passed to the XML parser is not
well-formed.
Version:
- Marc De Scheemaecker
XMLParseException
public XMLParseException(String msg)
Creates a new exception.
msg
- the message of the exception.
XMLParseException
public XMLParseException(String systemID,
int lineNr,
String msg)
Creates a new exception.
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.