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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic XMLParseException(String msg)
msg - the message of the exception.