java.io.Serializable
public class XMLParseException extends XNIException
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
fBaseSystemId |
Base system identifier.
|
protected int |
fCharacterOffset |
Character offset.
|
protected int |
fColumnNumber |
Column number.
|
protected java.lang.String |
fExpandedSystemId |
expanded System identifier.
|
protected int |
fLineNumber |
Line number.
|
protected java.lang.String |
fLiteralSystemId |
literal System identifier.
|
protected java.lang.String |
fPublicId |
Public identifier.
|
Constructor | Description |
---|---|
XMLParseException(XMLLocator locator,
java.lang.String message) |
Constructs a parse exception.
|
XMLParseException(XMLLocator locator,
java.lang.String message,
java.lang.Exception exception) |
Constructs a parse exception.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBaseSystemId() |
Returns the base system identifier.
|
int |
getCharacterOffset() |
Returns the character offset.
|
int |
getColumnNumber() |
Returns the row number.
|
java.lang.String |
getExpandedSystemId() |
Returns the expanded system identifier.
|
int |
getLineNumber() |
Returns the line number.
|
java.lang.String |
getLiteralSystemId() |
Returns the literal system identifier.
|
java.lang.String |
getPublicId() |
Returns the public identifier.
|
java.lang.String |
toString() |
Returns a string representation of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
getCause, getException, initCause
protected java.lang.String fPublicId
protected java.lang.String fLiteralSystemId
protected java.lang.String fExpandedSystemId
protected java.lang.String fBaseSystemId
protected int fLineNumber
protected int fColumnNumber
protected int fCharacterOffset
public XMLParseException(XMLLocator locator, java.lang.String message)
public XMLParseException(XMLLocator locator, java.lang.String message, java.lang.Exception exception)
public java.lang.String getPublicId()
public java.lang.String getExpandedSystemId()
public java.lang.String getLiteralSystemId()
public java.lang.String getBaseSystemId()
public int getLineNumber()
public int getColumnNumber()
public int getCharacterOffset()
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.