public class XMLParseException extends XMLException
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, printStackTrace, toString
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.