Serialized Form


Package com.hp.hpl.jena.rdf.arp

Class com.hp.hpl.jena.rdf.arp.ParseException implements Serializable

Serialized Fields

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

Class com.hp.hpl.jena.rdf.arp.URI implements Serializable

Serialized Fields

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

Class com.hp.hpl.jena.rdf.arp.lang.LanguageTagSyntaxException implements Serializable


Package com.hp.hpl.jena.rdf.query

Class com.hp.hpl.jena.rdf.query.EvalFailureException implements Serializable

Class com.hp.hpl.jena.rdf.query.EvalTypeException implements Serializable

Class com.hp.hpl.jena.rdf.query.QueryException implements Serializable

Class com.hp.hpl.jena.rdf.query.RDQL_InternalErrorException implements Serializable

Class com.hp.hpl.jena.rdf.query.ValueException implements Serializable


Package com.hp.hpl.jena.rdf.query.parser

Class com.hp.hpl.jena.rdf.query.parser.ParseException implements Serializable

Serialized Fields

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.

Class com.hp.hpl.jena.rdf.query.parser.TokenMgrError implements Serializable

Serialized Fields

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

Class com.hp.hpl.mesa.rdf.jena.bdb.BDBException implements Serializable


Package com.hp.hpl.mesa.rdf.jena.model

Class com.hp.hpl.mesa.rdf.jena.model.RDFError implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException

Class com.hp.hpl.mesa.rdf.jena.model.RDFException implements Serializable

Serialized Fields

errorCode

int errorCode

otherCode

int otherCode

nestedException

java.lang.Exception nestedException

message

java.lang.String message


Package com.hp.hpl.mesa.rdf.jena.rdb

Class com.hp.hpl.mesa.rdf.jena.rdb.RDFRDBException implements Serializable

Serialized Fields

m_message

java.lang.String m_message
The error message



Copyright © 2001 Hewlett-Packard. All Rights Reserved.