public class XMLParseException extends XNIException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
fBaseSystemId
Base system identifier.
|
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 and 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 and Description |
---|---|
java.lang.String |
getBaseSystemId()
Returns the base system identifier.
|
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.
|
getException
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
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 java.lang.String toString()
toString
in class java.lang.Throwable
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.