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)
Constructs a parse exception.
|
XMLParseException(XMLLocator locator,
String message,
Exception exception)
Constructs a parse exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseSystemId()
Returns the base system identifier.
|
int |
getCharacterOffset()
Returns the character offset.
|
int |
getColumnNumber()
Returns the row number.
|
String |
getExpandedSystemId()
Returns the expanded system identifier.
|
int |
getLineNumber()
Returns the line number.
|
String |
getLiteralSystemId()
Returns the literal system identifier.
|
String |
getPublicId()
Returns the public identifier.
|
String |
toString()
Returns a string representation of this object.
|
getCause, getException, initCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected 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 © 2017 JBoss by Red Hat. All rights reserved.