Serialized Form
-
Package org.apache.xerces.xni
-
Exception org.apache.xerces.xni.XNIException
class XNIException extends RuntimeException implements Serializable- serialVersionUID:
- 9019819772686063775L
-
Serialized Fields
-
fException
Exception fException
The wrapped exception.
-
-
-
Package org.apache.xerces.xni.parser
-
Exception org.apache.xerces.xni.parser.XMLConfigurationException
class XMLConfigurationException extends XNIException implements Serializable- serialVersionUID:
- -5437427404547669188L
-
Serialized Fields
-
fIdentifier
String fIdentifier
Identifier. -
fType
short fType
Exception type.
-
-
Exception org.apache.xerces.xni.parser.XMLParseException
class XMLParseException extends XNIException implements Serializable- serialVersionUID:
- 1732959359448549967L
-
Serialized Fields
-
fBaseSystemId
String fBaseSystemId
Base system identifier. -
fCharacterOffset
int fCharacterOffset
Character offset. -
fColumnNumber
int fColumnNumber
Column number. -
fExpandedSystemId
String fExpandedSystemId
expanded System identifier. -
fLineNumber
int fLineNumber
Line number. -
fLiteralSystemId
String fLiteralSystemId
literal System identifier. -
fPublicId
String fPublicId
Public identifier.
-
-