org.apache.xerces.xni.parser
Class XMLParseException
public class XMLParseException
A parsing exception. This exception is different from the standard
XNI exception in that it stores the location in the document (or
its entities) where the exception occurred.
$Id: XMLParseException.java,v 1.8 2004/09/02 03:53:53 mrglavas Exp $
fBaseSystemId
protected String fBaseSystemId
Base system identifier.
fCharacterOffset
protected int fCharacterOffset
Character offset.
fColumnNumber
protected int fColumnNumber
Column number.
fExpandedSystemId
protected String fExpandedSystemId
expanded System identifier.
fLineNumber
protected int fLineNumber
Line number.
fLiteralSystemId
protected String fLiteralSystemId
literal System identifier.
fPublicId
protected String fPublicId
Public identifier.
XMLParseException
public XMLParseException(XMLLocator locator,
String message)
Constructs a parse exception.
XMLParseException
public XMLParseException(XMLLocator locator,
String message,
Exception exception)
Constructs a parse exception.
getBaseSystemId
public String getBaseSystemId()
Returns the base system identifier.
getCharacterOffset
public int getCharacterOffset()
Returns the character offset.
getColumnNumber
public int getColumnNumber()
Returns the row number.
getExpandedSystemId
public String getExpandedSystemId()
Returns the expanded system identifier.
getLineNumber
public int getLineNumber()
Returns the line number.
getLiteralSystemId
public String getLiteralSystemId()
Returns the literal system identifier.
getPublicId
public String getPublicId()
Returns the public identifier.
toString
public String toString()
Returns a string representation of this object.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.