Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
finalize, getException, getLineNr, getSystemID, printStackTrace, printStackTrace, printStackTrace, toString
public XMLParseException(String msg)
msg
- the message of the exception.