| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.xerces.xni.XNIException org.apache.xerces.xni.parser.XMLParseException
XMLParseException | public class XMLParseException extends XNIException (Code) | | 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.
author: Andy Clark, IBM version: $Id: XMLParseException.java 447244 2006-09-18 05:20:40Z mrglavas $ |
fBaseSystemId | protected String fBaseSystemId(Code) | | Base system identifier.
|
fCharacterOffset | protected int fCharacterOffset(Code) | | Character offset.
|
fColumnNumber | protected int fColumnNumber(Code) | | Column number.
|
fExpandedSystemId | protected String fExpandedSystemId(Code) | | expanded System identifier.
|
fLineNumber | protected int fLineNumber(Code) | | Line number.
|
fLiteralSystemId | protected String fLiteralSystemId(Code) | | literal System identifier.
|
fPublicId | protected String fPublicId(Code) | | Public identifier.
|
serialVersionUID | final static long serialVersionUID(Code) | | Serialization version.
|
XMLParseException | public XMLParseException(XMLLocator locator, String message)(Code) | | Constructs a parse exception.
|
getBaseSystemId | public String getBaseSystemId()(Code) | | Returns the base system identifier.
|
getCharacterOffset | public int getCharacterOffset()(Code) | | Returns the character offset.
|
getColumnNumber | public int getColumnNumber()(Code) | | Returns the row number.
|
getExpandedSystemId | public String getExpandedSystemId()(Code) | | Returns the expanded system identifier.
|
getLineNumber | public int getLineNumber()(Code) | | Returns the line number.
|
getLiteralSystemId | public String getLiteralSystemId()(Code) | | Returns the literal system identifier.
|
getPublicId | public String getPublicId()(Code) | | Returns the public identifier.
|
toString | public String toString()(Code) | | Returns a string representation of this object.
|
|
|
|