public class XMLParseException extends XMLException
Constructor and Description |
---|
XMLParseException(String msg)
Creates a new exception.
|
XMLParseException(String systemID,
int lineNr,
String msg)
Creates a new exception.
|
finalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public XMLParseException(String msg)
msg
- the message of the exception.