public class XMLParseException extends XNIException
| Modifier and Type | Field and Description |
|---|---|
protected String |
fBaseSystemId
Base system identifier.
|
protected int |
fCharacterOffset
Character offset.
|
protected int |
fColumnNumber
Column number.
|
protected String |
fExpandedSystemId
expanded System identifier.
|
protected int |
fLineNumber
Line number.
|
protected String |
fLiteralSystemId
literal System identifier.
|
protected String |
fPublicId
Public identifier.
|
| 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() |
getCause, getException, initCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected String fPublicId
protected String fLiteralSystemId
protected String fExpandedSystemId
protected String fBaseSystemId
protected int fLineNumber
protected int fColumnNumber
protected int fCharacterOffset
public 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 © 2023 Gargoyle Software Inc.. All rights reserved.