Serialized Form


Package org.apache.clerezza.rdf.core

Class org.apache.clerezza.rdf.core.InvalidLiteralTypeException extends RuntimeException implements Serializable

Class org.apache.clerezza.rdf.core.NoConvertorException extends RuntimeException implements Serializable


Package org.apache.clerezza.rdf.core.access

Class org.apache.clerezza.rdf.core.access.EntityAlreadyExistsException extends RuntimeException implements Serializable

Serialized Fields

entityName

UriRef entityName

Class org.apache.clerezza.rdf.core.access.EntityUndeletableException extends RuntimeException implements Serializable

Serialized Fields

entityName

UriRef entityName

Class org.apache.clerezza.rdf.core.access.NoSuchEntityException extends RuntimeException implements Serializable

Serialized Fields

entityName

UriRef entityName

Class org.apache.clerezza.rdf.core.access.ReadOnlyException extends AccessControlException implements Serializable

Serialized Fields

action

String action

Package org.apache.clerezza.rdf.core.access.debug

Class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug extends ReentrantReadWriteLock.ReadLock implements Serializable

Serialized Fields

lock

ReentrantReadWriteLockTracker lock

stackTrace

StackTraceElement[] stackTrace

readLock

ReentrantReadWriteLock.ReadLock readLock

Class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker extends ReentrantReadWriteLock implements Serializable

Serialized Fields

lockedReadLocks

Set<E> lockedReadLocks

writeLock

WriteLockDebug writeLock

Class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug extends ReentrantReadWriteLock.WriteLock implements Serializable

Serialized Fields

lock

ReentrantReadWriteLockTracker lock

writeLock

ReentrantReadWriteLock.WriteLock writeLock

stackTrace

StackTraceElement[] stackTrace

Package org.apache.clerezza.rdf.core.access.security

Class org.apache.clerezza.rdf.core.access.security.TcPermission extends Permission implements Serializable

Serialized Fields

tcNamePattern

String tcNamePattern

allowReadWrite

boolean allowReadWrite
true if readwrite granted false if only read


Package org.apache.clerezza.rdf.core.impl.graphmatching.collections

Class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashSet extends HashSet<Integer> implements Serializable


Package org.apache.clerezza.rdf.core.impl.util

Class org.apache.clerezza.rdf.core.impl.util.W3CDateFormat extends DateFormat implements Serializable

serialVersionUID: 3258407344076372025L


Package org.apache.clerezza.rdf.core.serializedform

Class org.apache.clerezza.rdf.core.serializedform.UnsupportedFormatException extends RuntimeException implements Serializable

Class org.apache.clerezza.rdf.core.serializedform.UnsupportedParsingFormatException extends UnsupportedFormatException implements Serializable

Class org.apache.clerezza.rdf.core.serializedform.UnsupportedSerializationFormatException extends UnsupportedFormatException implements Serializable


Package org.apache.clerezza.rdf.core.sparql

Class org.apache.clerezza.rdf.core.sparql.NoQueryEngineException extends RuntimeException implements Serializable

Class org.apache.clerezza.rdf.core.sparql.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.apache.clerezza.rdf.core.sparql.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.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.