public class XMLParseException extends XMLException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
XMLParseException(java.lang.String msg)
Creates a new exception.
|
XMLParseException(java.lang.String systemID,
int lineNr,
java.lang.String msg)
Creates a new exception.
|
finalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTraceprivate static final long serialVersionUID
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.