public class XMLParseException extends XNIException
| Constructor and Description |
|---|
XMLParseException(XMLLocator locator,
String message) |
XMLParseException(XMLLocator locator,
String message,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseSystemId() |
int |
getCharacterOffset() |
int |
getColumnNumber() |
String |
getExpandedSystemId() |
int |
getLineNumber() |
String |
getLiteralSystemId() |
String |
getPublicId() |
String |
toString() |
getExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XMLParseException(XMLLocator locator, String message)
public XMLParseException(XMLLocator locator, String message, Exception exception)
public String getPublicId()
public String getExpandedSystemId()
public String getLiteralSystemId()
public String getBaseSystemId()
public int getLineNumber()
public int getColumnNumber()
public int getCharacterOffset()
Copyright © 2024 HtmlUnit. All rights reserved.