Serializablepublic class XMLParseException extends XMLException
| Constructor | Description |
|---|---|
XMLParseException(String msg) |
Creates a new exception.
|
XMLParseException(String systemID,
int lineNr,
String msg) |
Creates a new exception.
|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracefinalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTrace, toStringpublic XMLParseException(String msg)
msg - the message of the exception.