Modifier and Type | Field and Description |
---|---|
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. |
pack-priv static final long | serialVersionUID
Hides com. |
Access | Constructor and Description |
---|---|
public | |
public | XMLParseException(XMLLocator locator, String message, Exception exception)
Constructs a parse exception. |
Modifier and Type | Method and Description |
---|---|
public String | |
public int | |
public int | |
public String | |
public int | |
public String | |
public String | |
public String |
fBaseSystemId | back to summary |
---|---|
protected String fBaseSystemId Base system identifier. |
fCharacterOffset | back to summary |
---|---|
protected int fCharacterOffset Character offset. |
fColumnNumber | back to summary |
---|---|
protected int fColumnNumber Column number. |
fExpandedSystemId | back to summary |
---|---|
protected String fExpandedSystemId expanded System identifier. |
fLineNumber | back to summary |
---|---|
protected int fLineNumber Line number. |
fLiteralSystemId | back to summary |
---|---|
protected String fLiteralSystemId literal System identifier. |
fPublicId | back to summary |
---|---|
protected String fPublicId Public identifier. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides com. Serialization version. |
XMLParseException | back to summary |
---|---|
public XMLParseException(XMLLocator locator, String message) Constructs a parse exception. |
XMLParseException | back to summary |
---|---|
public XMLParseException(XMLLocator locator, String message, Exception exception) Constructs a parse exception. |
getBaseSystemId | back to summary |
---|---|
public String getBaseSystemId() Returns the base system identifier. |
getCharacterOffset | back to summary |
---|---|
public int getCharacterOffset() Returns the character offset. |
getColumnNumber | back to summary |
---|---|
public int getColumnNumber() Returns the row number. |
getExpandedSystemId | back to summary |
---|---|
public String getExpandedSystemId() Returns the expanded system identifier. |
getLineNumber | back to summary |
---|---|
public int getLineNumber() Returns the line number. |
getLiteralSystemId | back to summary |
---|---|
public String getLiteralSystemId() Returns the literal system identifier. |
getPublicId | back to summary |
---|---|
public String getPublicId() Returns the public identifier. |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string representation of this object.
|