Serialized Form
Package com.hp.hpl.jena.rdf.arp |
id
int id
where
com.hp.hpl.jena.rdf.arp.Location where
specialConstructor
boolean specialConstructor
currentToken
com.hp.hpl.jena.rdf.arp.Token currentToken
isFatal
boolean isFatal
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
java.lang.String[] tokenImage
promoteMe
boolean promoteMe
startAttributes
com.hp.hpl.jena.rdf.arp.Token startAttributes
m_scheme
java.lang.String m_scheme
- Stores the scheme (usually the protocol) for this URI.
m_userinfo
java.lang.String m_userinfo
- If specified, stores the userinfo for this URI; otherwise null
m_host
java.lang.String m_host
- If specified, stores the host for this URI; otherwise null
m_port
int m_port
- If specified, stores the port for this URI; otherwise -1
m_path
java.lang.String m_path
- If specified, stores the path for this URI; otherwise null
m_queryString
java.lang.String m_queryString
- If specified, stores the query string for this URI; otherwise
null.
m_fragment
java.lang.String m_fragment
- If specified, stores the fragment for this URI; otherwise null
Package com.hp.hpl.jena.rdf.arp.lang |
Package com.hp.hpl.jena.rdf.query |
Package com.hp.hpl.jena.rdf.query.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.hp.hpl.mesa.rdf.jena.bdb |
Package com.hp.hpl.mesa.rdf.jena.model |
nestedException
java.lang.Throwable nestedException
errorCode
int errorCode
otherCode
int otherCode
nestedException
java.lang.Exception nestedException
message
java.lang.String message
Package com.hp.hpl.mesa.rdf.jena.rdb |
m_message
java.lang.String m_message
- The error message
Copyright © 2001 Hewlett-Packard. All Rights Reserved.