Serialized Form


Package org.openrdf

Class org.openrdf.OpenRDFException extends Exception implements Serializable


Package org.openrdf.http.protocol

Class org.openrdf.http.protocol.UnauthorizedException extends RepositoryException implements Serializable

serialVersionUID: 4322677542795160482L


Package org.openrdf.http.server

Class org.openrdf.http.server.ClientHTTPException extends HTTPException implements Serializable

serialVersionUID: 7722604284325312749L

Class org.openrdf.http.server.HTTPException extends Exception implements Serializable

serialVersionUID: 1356463348553827230L

Serialized Fields

statusCode

int statusCode

Class org.openrdf.http.server.ServerHTTPException extends HTTPException implements Serializable

serialVersionUID: -3949837199542648966L


Package org.openrdf.http.webclient

Class org.openrdf.http.webclient.IterationTag extends javax.servlet.jsp.jstl.core.LoopTagSupport implements Serializable

serialVersionUID: -3584116873035047009L

Serialized Fields

logger

Logger logger

items

Iteration<E,X extends Exception> items

Class org.openrdf.http.webclient.ParameterValueTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -1315546760001420840L

Serialized Fields

name

String name

value

Value value

Package org.openrdf.model

Package org.openrdf.model.impl

Class org.openrdf.model.impl.BNodeImpl extends Object implements Serializable

serialVersionUID: 5273570771022125970L

Serialized Fields

id

String id
The blank node's identifier.

Class org.openrdf.model.impl.BooleanLiteralImpl extends LiteralImpl implements Serializable

serialVersionUID: -3610638093719366795L

Serialized Fields

value

boolean value

Class org.openrdf.model.impl.CalendarLiteralImpl extends LiteralImpl implements Serializable

serialVersionUID: -8959671333074894312L

Serialized Fields

calendar

XMLGregorianCalendar calendar

Class org.openrdf.model.impl.ContextStatementImpl extends StatementImpl implements Serializable

serialVersionUID: -4747275587477906748L

Serialized Fields

context

Resource context
The statement's context, if applicable.

Class org.openrdf.model.impl.DecimalLiteralImpl extends LiteralImpl implements Serializable

serialVersionUID: -3310213093222314380L

Serialized Fields

value

BigDecimal value

Class org.openrdf.model.impl.GraphImpl extends AbstractCollection<Statement> implements Serializable

serialVersionUID: -5307095904382050478L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

statements

LinkedList<E> statements

Class org.openrdf.model.impl.IntegerLiteralImpl extends LiteralImpl implements Serializable

serialVersionUID: 4199641304079427245L

Serialized Fields

value

BigInteger value

Class org.openrdf.model.impl.LiteralImpl extends Object implements Serializable

serialVersionUID: -1649571784782592271L

Serialized Fields

label

String label
The literal's label.


language

String language
The literal's language tag (null if not applicable).


datatype

URI datatype
The literal's datatype (null if not applicable).

Class org.openrdf.model.impl.NamespaceImpl extends Object implements Serializable

serialVersionUID: -5829768428912588171L

Serialized Fields

prefix

String prefix
The namespace's prefix.


name

String name
The namespace's name.

Class org.openrdf.model.impl.NumericLiteralImpl extends LiteralImpl implements Serializable

serialVersionUID: 3004497457768807919L

Serialized Fields

number

Number number

Class org.openrdf.model.impl.StatementImpl extends Object implements Serializable

serialVersionUID: 8707542157460228077L

Serialized Fields

subject

Resource subject
The statement's subject.


predicate

URI predicate
The statement's predicate.


object

Value object
The statement's object.

Class org.openrdf.model.impl.URIImpl extends Object implements Serializable

serialVersionUID: -7330406348751485330L

Serialized Fields

uriString

String uriString
The URI string.


localNameIdx

int localNameIdx
An index indicating the first character of the local name in the URI string, -1 if not yet set.


Package org.openrdf.model.util

Class org.openrdf.model.util.GraphUtilException extends OpenRDFException implements Serializable

serialVersionUID: 3886967415616842867L


Package org.openrdf.query

Class org.openrdf.query.MalformedQueryException extends OpenRDFException implements Serializable

serialVersionUID: 1210214405486786142L

Class org.openrdf.query.QueryEvaluationException extends OpenRDFException implements Serializable

serialVersionUID: 602749602257031631L

Class org.openrdf.query.TupleQueryResultHandlerException extends OpenRDFException implements Serializable

serialVersionUID: 8530574857852836665L

Class org.openrdf.query.UnsupportedQueryLanguageException extends RuntimeException implements Serializable

serialVersionUID: -2709196386078518696L


Package org.openrdf.query.algebra.evaluation

Class org.openrdf.query.algebra.evaluation.ValueExprEvaluationException extends QueryEvaluationException implements Serializable

serialVersionUID: -3633440570594631529L


Package org.openrdf.query.dawg

Class org.openrdf.query.dawg.DAWGTestResultSetParseException extends OpenRDFException implements Serializable

serialVersionUID: -8655777672973690037L


Package org.openrdf.query.parser.serql.ast

Class org.openrdf.query.parser.serql.ast.ParseException extends Exception 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

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

String eol
The end of line string for this machine.

Class org.openrdf.query.parser.serql.ast.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class org.openrdf.query.parser.serql.ast.VisitorException extends Exception implements Serializable

serialVersionUID: 1998121176957145353L


Package org.openrdf.query.parser.sparql.ast

Class org.openrdf.query.parser.sparql.ast.ParseException extends Exception 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

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

String eol
The end of line string for this machine.

Class org.openrdf.query.parser.sparql.ast.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class org.openrdf.query.parser.sparql.ast.VisitorException extends Exception implements Serializable

serialVersionUID: 6682567015759392643L


Package org.openrdf.query.resultio

Class org.openrdf.query.resultio.QueryResultParseException extends OpenRDFException implements Serializable

serialVersionUID: -6212290295459157916L

Serialized Fields

lineNo

int lineNo

columnNo

int columnNo

Class org.openrdf.query.resultio.UnsupportedQueryResultFormatException extends RuntimeException implements Serializable

serialVersionUID: -2709196386078518696L


Package org.openrdf.repository

Class org.openrdf.repository.RepositoryException extends OpenRDFException implements Serializable

serialVersionUID: -5345676977796873420L


Package org.openrdf.repository.config

Class org.openrdf.repository.config.RepositoryConfigException extends OpenRDFException implements Serializable

serialVersionUID: -6643040675968955429L


Package org.openrdf.repository.http

Class org.openrdf.repository.http.HTTPQueryEvaluationException extends QueryEvaluationException implements Serializable

serialVersionUID: -8315025167877093272L


Package org.openrdf.rio

Class org.openrdf.rio.RDFHandlerException extends OpenRDFException implements Serializable

serialVersionUID: -1931215293637533642L

Class org.openrdf.rio.RDFParseException extends OpenRDFException implements Serializable

serialVersionUID: -4686126837948873012L

Serialized Fields

lineNo

int lineNo

columnNo

int columnNo

Class org.openrdf.rio.UnsupportedRDFormatException extends RuntimeException implements Serializable

serialVersionUID: -2709196386078518696L


Package org.openrdf.sail

Class org.openrdf.sail.SailException extends OpenRDFException implements Serializable

serialVersionUID: 2432600780159917763L


Package org.openrdf.sail.config

Class org.openrdf.sail.config.SailConfigException extends OpenRDFException implements Serializable

serialVersionUID: 185213210952981723L


Package org.openrdf.sail.memory.model

Class org.openrdf.sail.memory.model.BooleanMemLiteral extends MemLiteral implements Serializable

serialVersionUID: 8061173551677475700L

Serialized Fields

b

boolean b

Class org.openrdf.sail.memory.model.CalendarMemLiteral extends MemLiteral implements Serializable

serialVersionUID: -7903843639313451580L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

Class org.openrdf.sail.memory.model.DecimalMemLiteral extends MemLiteral implements Serializable

serialVersionUID: 6760727653986046772L

Serialized Fields

value

BigDecimal value

Class org.openrdf.sail.memory.model.IntegerMemLiteral extends MemLiteral implements Serializable

serialVersionUID: -8121416400439616510L

Serialized Fields

value

BigInteger value

Class org.openrdf.sail.memory.model.MemBNode extends BNodeImpl implements Serializable

serialVersionUID: -887382892580321647L

Class org.openrdf.sail.memory.model.MemLiteral extends LiteralImpl implements Serializable

serialVersionUID: 4288477328829845024L

Class org.openrdf.sail.memory.model.MemStatement extends ContextStatementImpl implements Serializable

serialVersionUID: -3073275483628334134L

Serialized Fields

explicit

boolean explicit
Flag indicating whether or not this statement has been added explicitly or that it has been inferred.


sinceSnapshot

int sinceSnapshot
Identifies the snapshot in which this statement was introduced.


tillSnapshot

int tillSnapshot
Identifies the snapshot in which this statement was revoked, defaults to Integer.MAX_VALUE.


txnStatus

TxnStatus txnStatus
Flag indicating the status of of this statement during a transaction.

Class org.openrdf.sail.memory.model.MemURI extends Object implements Serializable

serialVersionUID: 9118488004995852467L

Serialized Fields

namespace

String namespace
The URI's namespace.


localName

String localName
The URI's local name.


hashCode

int hashCode
The MemURI's hash code, 0 if not yet initialized.

Class org.openrdf.sail.memory.model.NumericMemLiteral extends MemLiteral implements Serializable

serialVersionUID: -4077489124945558638L

Serialized Fields

number

Number number

Package org.openrdf.sail.nativerdf

Class org.openrdf.sail.nativerdf.ValueStoreRevision extends Object implements Serializable

serialVersionUID: -2434063125560285009L


Package org.openrdf.sail.nativerdf.model

Class org.openrdf.sail.nativerdf.model.NativeBNode extends BNodeImpl implements Serializable

serialVersionUID: -6909531767964492411L

Serialized Fields

revision

ValueStoreRevision revision

id

int id

Class org.openrdf.sail.nativerdf.model.NativeLiteral extends LiteralImpl implements Serializable

serialVersionUID: 2258721720531482856L

Serialized Fields

revision

ValueStoreRevision revision

id

int id

Class org.openrdf.sail.nativerdf.model.NativeURI extends URIImpl implements Serializable

serialVersionUID: -4434961231872778488L

Serialized Fields

revision

ValueStoreRevision revision

id

int id

Package org.openrdf.sail.rdbms.exceptions

Class org.openrdf.sail.rdbms.exceptions.RdbmsException extends SailException implements Serializable

serialVersionUID: -4004800841908629772L

Class org.openrdf.sail.rdbms.exceptions.RdbmsQueryEvaluationException extends QueryEvaluationException implements Serializable

serialVersionUID: 8026425066876739868L

Class org.openrdf.sail.rdbms.exceptions.RdbmsRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 9001754124114839089L

Class org.openrdf.sail.rdbms.exceptions.UnsupportedRdbmsOperatorException extends QueryEvaluationException implements Serializable

serialVersionUID: 2135660777365106900L


Package org.openrdf.sail.rdbms.model

Class org.openrdf.sail.rdbms.model.RdbmsBNode extends RdbmsResource implements Serializable

serialVersionUID: 861142250999359435L

Serialized Fields

bnode

BNode bnode

Class org.openrdf.sail.rdbms.model.RdbmsLiteral extends RdbmsValue implements Serializable

serialVersionUID: -8213249522968522279L

Serialized Fields

lit

Literal lit

Class org.openrdf.sail.rdbms.model.RdbmsResource extends RdbmsValue implements Serializable

Class org.openrdf.sail.rdbms.model.RdbmsStatement extends ContextStatementImpl implements Serializable

serialVersionUID: -5970166748706214658L

Class org.openrdf.sail.rdbms.model.RdbmsURI extends RdbmsResource implements Serializable

serialVersionUID: 3317398596013196032L

Serialized Fields

uri

URI uri

Class org.openrdf.sail.rdbms.model.RdbmsValue extends Object implements Serializable



Copyright © 2001-2008 Aduna. All Rights Reserved.