org.apache.xerces.xni.parser
public class XMLParseException extends XNIException
Version: $Id: XMLParseException.java,v 1.8 2004/09/02 03:53:53 mrglavas Exp $
Field Summary | |
---|---|
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 Summary | |
---|---|
XMLParseException(XMLLocator locator, String message) Constructs a parse exception. | |
XMLParseException(XMLLocator locator, String message, Exception exception) Constructs a parse exception. |
Method Summary | |
---|---|
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. |