public class XMLParseException extends XNIException
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | fBaseSystemIdBase system identifier. | 
| protected int | fCharacterOffsetCharacter offset. | 
| protected int | fColumnNumberColumn number. | 
| protected java.lang.String | fExpandedSystemIdexpanded System identifier. | 
| protected int | fLineNumberLine number. | 
| protected java.lang.String | fLiteralSystemIdliteral System identifier. | 
| protected java.lang.String | fPublicIdPublic 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 | 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. | 
getCause, getException, initCauseprotected 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.ThrowableCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.