Serialized Form


Package com.hp.hpl.jena.datatypes

Class com.hp.hpl.jena.datatypes.DatatypeFormatException extends JenaException implements Serializable


Package com.hp.hpl.jena.datatypes.xsd

Class com.hp.hpl.jena.datatypes.xsd.IllegalDateTimeFieldException extends JenaException implements Serializable


Package com.hp.hpl.jena.db

Class com.hp.hpl.jena.db.RDFRDBException extends JenaException implements Serializable


Package com.hp.hpl.jena.enhanced

Class com.hp.hpl.jena.enhanced.AlreadyLinkedViewException extends JenaException implements Serializable

Class com.hp.hpl.jena.enhanced.PersonalityConfigException extends RuntimeException implements Serializable

Class com.hp.hpl.jena.enhanced.UnsupportedPolymorphismException extends JenaException implements Serializable

Serialized Fields

eg

EnhGraph eg

cl

Class cl

Package com.hp.hpl.jena.graph.query

Class com.hp.hpl.jena.graph.query.BufferPipe.BoundedBufferPutException extends JenaException implements Serializable

Class com.hp.hpl.jena.graph.query.BufferPipe.BoundedBufferTakeException extends JenaException implements Serializable

Class com.hp.hpl.jena.graph.query.Query.UnboundVariableException extends JenaException implements Serializable


Package com.hp.hpl.jena.ontology

Class com.hp.hpl.jena.ontology.ConversionException extends OntologyException implements Serializable

Class com.hp.hpl.jena.ontology.LanguageConsistencyException extends OntologyException implements Serializable

Class com.hp.hpl.jena.ontology.OntologyException extends JenaException implements Serializable

Class com.hp.hpl.jena.ontology.ProfileException extends OntologyException implements Serializable


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

Class com.hp.hpl.jena.rdf.arp.MalformedURIException extends IOException implements Serializable

Class com.hp.hpl.jena.rdf.arp.ParseException extends SAXParseException 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

String[] tokenImage

promoteMe

boolean promoteMe

startAttributes

com.hp.hpl.jena.rdf.arp.Token startAttributes

Class com.hp.hpl.jena.rdf.arp.PushMePullYouPipe.BoundedBufferPutException extends JenaException implements Serializable

Class com.hp.hpl.jena.rdf.arp.PushMePullYouPipe.BoundedBufferTakeException extends JenaException implements Serializable

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

Serialized Fields

m_scheme

String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

String m_host
If specified, stores the host for this URI; otherwise null


m_port

String m_port
If specified, stores the port for this URI; otherwise null


n_port

int n_port

m_path

String m_path
If specified, stores the path for this URI; otherwise null


m_subPaths

String[] m_subPaths
Lazily assigned variable being: ?? { m_path +"a", dir, parent-dir, grand-parent-dir } Each component is lazily assigned too.


m_queryString

String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

String m_fragment
If specified, stores the fragment for this URI; otherwise null


haveCheckedNFC

boolean haveCheckedNFC

isNFC

boolean isNFC

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

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


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

Class com.hp.hpl.jena.rdf.model.AltHasNoDefaultException extends RDFException implements Serializable

Class com.hp.hpl.jena.rdf.model.DoesNotReifyException extends RDFException implements Serializable

Class com.hp.hpl.jena.rdf.model.EmptyListException extends JenaException implements Serializable

Class com.hp.hpl.jena.rdf.model.EmptyListUpdateException extends JenaException implements Serializable

Class com.hp.hpl.jena.rdf.model.HasNoModelException extends RDFException implements Serializable

Class com.hp.hpl.jena.rdf.model.InvalidListException extends JenaException implements Serializable

Class com.hp.hpl.jena.rdf.model.ListIndexException extends JenaException implements Serializable

Class com.hp.hpl.jena.rdf.model.LiteralRequiredException extends RDFException implements Serializable

Class com.hp.hpl.jena.rdf.model.RDFError extends Error implements Serializable

Serialized Fields

nestedException

Throwable nestedException
Deprecated. 

Class com.hp.hpl.jena.rdf.model.RDFException extends JenaException implements Serializable

Serialized Fields

errorCode

int errorCode

otherCode

int otherCode

nestedException

Exception nestedException

message

String message

Class com.hp.hpl.jena.rdf.model.ResourceRequiredException extends RDFException implements Serializable

Class com.hp.hpl.jena.rdf.model.SeqIndexBoundsException extends RDFException implements Serializable


Package com.hp.hpl.jena.rdql

Class com.hp.hpl.jena.rdql.EvalFailureException extends RuntimeException implements Serializable

Class com.hp.hpl.jena.rdql.EvalTypeException extends EvalFailureException implements Serializable

Class com.hp.hpl.jena.rdql.QueryException extends RuntimeException implements Serializable

Class com.hp.hpl.jena.rdql.RDQL_InternalErrorException extends QueryException implements Serializable

Class com.hp.hpl.jena.rdql.ValueException extends EvalTypeException implements Serializable


Package com.hp.hpl.jena.reasoner

Class com.hp.hpl.jena.reasoner.IllegalParameterException extends ReasonerException implements Serializable

Class com.hp.hpl.jena.reasoner.ReasonerException extends JenaException implements Serializable


Package com.hp.hpl.jena.reasoner.dig

Class com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException extends DIGReasonerException implements Serializable

Serialized Fields

m_msgAttr

String m_msgAttr
The msg attribute from the DIG error message


m_errorCode

int m_errorCode
The DIG error code

Class com.hp.hpl.jena.reasoner.dig.DIGReasonerException extends JenaException implements Serializable

Class com.hp.hpl.jena.reasoner.dig.DIGWrappedException extends DIGReasonerException implements Serializable

Serialized Fields

m_ex

Throwable m_ex

Package com.hp.hpl.jena.reasoner.rulesys

Class com.hp.hpl.jena.reasoner.rulesys.BuiltinException extends JenaException implements Serializable

Class com.hp.hpl.jena.reasoner.rulesys.Rule.ParserException extends JenaException implements Serializable


Package com.hp.hpl.jena.shared

Class com.hp.hpl.jena.shared.AddDeniedException extends UpdateDeniedException implements Serializable

Class com.hp.hpl.jena.shared.AlreadyExistsException extends RDFRDBException implements Serializable

Class com.hp.hpl.jena.shared.AlreadyReifiedException extends CannotReifyException implements Serializable

Class com.hp.hpl.jena.shared.AssertionFailureException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.BadBooleanException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.BadCharLiteralException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.BadDescriptionException extends JenaException implements Serializable

Serialized Fields

badGraph

Graph badGraph

Class com.hp.hpl.jena.shared.BadURIException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.BrokenException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.CannotReifyException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.ClosedException extends JenaException implements Serializable

Serialized Fields

graph

Graph graph

Class com.hp.hpl.jena.shared.DeleteDeniedException extends UpdateDeniedException implements Serializable

Class com.hp.hpl.jena.shared.DoesNotExistException extends RDFRDBException implements Serializable

Class com.hp.hpl.jena.shared.InvalidPropertyURIException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.JenaException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause

Class com.hp.hpl.jena.shared.NamespaceEndsWithNameCharException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.NoReaderForLangException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.NoReasonerSuppliedException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.NoSuchReasonerException extends JenaException implements Serializable

Serialized Fields

uri

String uri

Class com.hp.hpl.jena.shared.NoWriterForLangException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.PrefixMapping.IllegalPrefixException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.PrefixMapping.JenaLockedException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.PropertyNotFoundException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.QueryStageException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.RulesetNotFoundException extends DoesNotExistException implements Serializable

Serialized Fields

uri

String uri

Class com.hp.hpl.jena.shared.SyntaxError extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.UnknownPropertyException extends RDFException implements Serializable

Class com.hp.hpl.jena.shared.UpdateDeniedException extends JenaException implements Serializable

Serialized Fields

triple

Triple triple

Class com.hp.hpl.jena.shared.WrappedException extends JenaException implements Serializable

Class com.hp.hpl.jena.shared.WrappedIOException extends JenaException implements Serializable



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP