Serialized Form
-
Package org.apache.jena.atlas.data
-
Exception org.apache.jena.atlas.data.AbortableComparator.AbandonSort
class AbandonSort extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.jena.atlas.json
-
Exception org.apache.jena.atlas.json.JsonException
class JsonException extends RuntimeException implements Serializable -
Exception org.apache.jena.atlas.json.JsonParseException
class JsonParseException extends JsonException implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.apache.jena.atlas.json.io.parserjavacc.javacc
-
Exception org.apache.jena.atlas.json.io.parserjavacc.javacc.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.atlas.json.io.parserjavacc.javacc.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.atlas.json.io.parserjavacc.javacc.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.atlas.web
-
Exception org.apache.jena.atlas.web.HttpException
class HttpException extends RuntimeException implements Serializable
-
-
Package org.apache.jena.cdt
-
Exception org.apache.jena.cdt.CDTLiteralParseException
class CDTLiteralParseException extends org.apache.jena.shared.JenaException implements Serializable- serialVersionUID:
- -6244204787118953600L
-
-
Package org.apache.jena.cdt.parser
-
Exception org.apache.jena.cdt.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.cdt.parser.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.cdt.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.http.auth
-
Exception org.apache.jena.http.auth.AuthException
class AuthException extends org.apache.jena.shared.JenaException implements Serializable
-
-
Package org.apache.jena.query
-
Exception org.apache.jena.query.QueryBuildException
class QueryBuildException extends QueryFatalException implements Serializable -
Exception org.apache.jena.query.QueryCancelledException
class QueryCancelledException extends QueryExecException implements Serializable -
Exception org.apache.jena.query.QueryDeniedException
class QueryDeniedException extends QueryException implements Serializable -
Exception org.apache.jena.query.QueryException
class QueryException extends ARQException implements Serializable -
Exception org.apache.jena.query.QueryExecException
class QueryExecException extends QueryException implements Serializable -
Exception org.apache.jena.query.QueryFatalException
class QueryFatalException extends QueryException implements Serializable -
Exception org.apache.jena.query.QueryParseException
class QueryParseException extends QueryException implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.apache.jena.riot
-
Exception org.apache.jena.riot.RiotException
class RiotException extends org.apache.jena.shared.JenaException implements Serializable -
Exception org.apache.jena.riot.RiotNotFoundException
class RiotNotFoundException extends RiotException implements Serializable -
Exception org.apache.jena.riot.RiotParseException
class RiotParseException extends RiotException implements Serializable-
Serialized Fields
-
column
long column
-
line
long line
-
message
String message
-
-
-
-
Package org.apache.jena.riot.lang.extra.javacc
-
Exception org.apache.jena.riot.lang.extra.javacc.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.riot.lang.extra.javacc.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.riot.lang.extra.javacc.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.riot.lang.rdfxml
-
Exception org.apache.jena.riot.lang.rdfxml.RDFXMLParseException
class RDFXMLParseException extends RiotException implements Serializable
-
-
Package org.apache.jena.riot.protobuf
-
Exception org.apache.jena.riot.protobuf.RiotProtobufException
class RiotProtobufException extends RiotException implements Serializable
-
-
Package org.apache.jena.riot.protobuf.wire
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_ANY
class RDF_ANY extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_BNode
class RDF_BNode extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
label_
Object label_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_DataTuple
class RDF_DataTuple extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
row_
List<PB_RDF.RDF_Term> row_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Decimal
class RDF_Decimal extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
scale_
int scale_
-
value_
long value_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Graph
class RDF_Graph extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
triple_
List<PB_RDF.RDF_Triple> triple_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_IRI
class RDF_IRI extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
iri_
Object iri_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Literal
class RDF_Literal extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_PrefixDecl
class RDF_PrefixDecl extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_PrefixName
class RDF_PrefixName extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Quad
class RDF_Quad extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
g_
PB_RDF.RDF_Term g_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
o_
PB_RDF.RDF_Term o_
-
p_
PB_RDF.RDF_Term p_
-
s_
PB_RDF.RDF_Term s_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_REPEAT
class RDF_REPEAT extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Stream
class RDF_Stream extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
row_
List<PB_RDF.RDF_StreamRow> row_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_StreamRow
class RDF_StreamRow extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
row_
Object row_
-
rowCase_
int rowCase_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Term
class RDF_Term extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
term_
Object term_
-
termCase_
int termCase_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Triple
class RDF_Triple extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
o_
PB_RDF.RDF_Term o_
-
p_
PB_RDF.RDF_Term p_
-
s_
PB_RDF.RDF_Term s_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_UNDEF
class RDF_UNDEF extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Var
class RDF_Var extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_VarTuple
class RDF_VarTuple extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
vars_
List<PB_RDF.RDF_Var> vars_
-
-
-
Package org.apache.jena.riot.rowset.rw.rs_json
-
Class org.apache.jena.riot.rowset.rw.rs_json.ValidationSettings
class ValidationSettings extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
emptyJsonSeverity
Severity emptyJsonSeverity
What to do if the JSON is effectively 'empty', i.e. if neither the head nor the results key were present. Unexpected elements are captured by onUnexpectedJsonElement. e.g. returned older version of virtuoso open source Mitigation is to assume an empty set of bindings. -
invalidatedHeadSeverity
Severity invalidatedHeadSeverity
What to do if there is a repeated 'head' whole value does not match the prior value. Repeated heads with the same value are valid. Any possibly prior reported head would have been superseded by this newly encountered key. Should parsing continue then only the first encountered value will remain active. -
invalidatedResultsSeverity
Severity invalidatedResultsSeverity
What to do if there is a repeated 'results' key At this stage we have already optimisticaly streamed results which under JSON semantics would have been superseded by this newly encountered key. -
missingHeadSeverity
Severity missingHeadSeverity
What to do if no head was encountered. We may have already optimistically streamed all the bindings in anticipation of an eventual head. -
mixedResultsSeverity
Severity mixedResultsSeverity
What to do if the JSON contains both a boolean result and bindings Mitigation is to assume bindings and ignore the boolean result -
unexpectedJsonElementSeverity
Severity unexpectedJsonElementSeverity
What to do if we encounter an unexpected JSON key
-
-
-
Package org.apache.jena.riot.system
-
Class org.apache.jena.riot.system.EltStreamRDF
class EltStreamRDF extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exception
Throwable exception
-
iri
String iri
-
prefix
String prefix
-
quad
Quad quad
-
triple
org.apache.jena.graph.Triple triple
-
type
EltStreamRDFType type
-
-
Exception org.apache.jena.riot.system.JenaTitanium.JenaTitaniumException
class JenaTitaniumException extends org.apache.jena.shared.JenaException implements Serializable -
Class org.apache.jena.riot.system.SNode
class SNode extends Object implements Serializable- serialVersionUID:
- -5658033772439163463L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.jena.riot.system.SQuad
class SQuad extends Object implements Serializable- serialVersionUID:
- -7406960748415222010L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.jena.riot.system.STriple
class STriple extends Object implements Serializable- serialVersionUID:
- -6877221872561743747L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
-
Package org.apache.jena.riot.thrift
-
Exception org.apache.jena.riot.thrift.RiotThriftException
class RiotThriftException extends RiotException implements Serializable
-
-
Package org.apache.jena.riot.thrift.wire
-
Class org.apache.jena.riot.thrift.wire.Patch_Data_Add
class Patch_Data_Add extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.Patch_Data_Del
class Patch_Data_Del extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.Patch_Header
class Patch_Header extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.Patch_Prefix_Add
class Patch_Prefix_Add extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.Patch_Prefix_Del
class Patch_Prefix_Del extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_ANY
class RDF_ANY extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_BNode
class RDF_BNode extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
label
String label
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_DataTuple
class RDF_DataTuple extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Decimal
class RDF_Decimal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
scale
int scale
-
value
long value
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_IRI
class RDF_IRI extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
iri
String iri
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Literal
class RDF_Literal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
datatype
String datatype
-
dtPrefix
RDF_PrefixName dtPrefix
-
langtag
String langtag
-
lex
String lex
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Patch_Row
class RDF_Patch_Row extends org.apache.thrift.TUnion<RDF_Patch_Row,RDF_Patch_Row._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_PrefixDecl
class RDF_PrefixDecl extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_PrefixName
class RDF_PrefixName extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Quad
class RDF_Quad extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_REPEAT
class RDF_REPEAT extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_StreamRow
class RDF_StreamRow extends org.apache.thrift.TUnion<RDF_StreamRow,RDF_StreamRow._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Term
class RDF_Term extends org.apache.thrift.TUnion<RDF_Term,RDF_Term._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Triple
class RDF_Triple extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_UNDEF
class RDF_UNDEF extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_VAR
class RDF_VAR extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
name
String name
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_VarTuple
class RDF_VarTuple extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.apache.jena.sparql
-
Exception org.apache.jena.sparql.AlreadyExists
class AlreadyExists extends org.apache.jena.shared.JenaException implements Serializable -
Exception org.apache.jena.sparql.ARQException
class ARQException extends org.apache.jena.shared.JenaException implements Serializable -
Exception org.apache.jena.sparql.ARQInternalErrorException
class ARQInternalErrorException extends QueryFatalException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.jena.sparql.ARQNotImplemented
class ARQNotImplemented extends QueryFatalException implements Serializable -
Exception org.apache.jena.sparql.DoesNotExist
class DoesNotExist extends org.apache.jena.shared.JenaException implements Serializable -
Exception org.apache.jena.sparql.JenaTransactionException
class JenaTransactionException extends org.apache.jena.shared.JenaException implements Serializable
-
-
Package org.apache.jena.sparql.core
-
Exception org.apache.jena.sparql.core.ComparisonException
class ComparisonException extends RuntimeException implements Serializable -
Class org.apache.jena.sparql.core.Quad
class Quad extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
graph
org.apache.jena.graph.Node graph
-
object
org.apache.jena.graph.Node object
-
predicate
org.apache.jena.graph.Node predicate
-
subject
org.apache.jena.graph.Node subject
-
-
-
Exception org.apache.jena.sparql.core.QueryCheckException
class QueryCheckException extends QueryException implements Serializable -
Class org.apache.jena.sparql.core.Var
class Var extends org.apache.jena.graph.Node_Variable implements Serializable-
Serialized Fields
-
hashCodeValue
int hashCodeValue
-
-
-
-
Package org.apache.jena.sparql.core.assembler
-
Exception org.apache.jena.sparql.core.assembler.DatasetAssemblerException
class DatasetAssemblerException extends org.apache.jena.assembler.exceptions.AssemblerException implements Serializable
-
-
Package org.apache.jena.sparql.engine.http
-
Exception org.apache.jena.sparql.engine.http.QueryExceptionHTTP
class QueryExceptionHTTP extends QueryException implements Serializable
-
-
Package org.apache.jena.sparql.exec
-
Exception org.apache.jena.sparql.exec.RowSet.Exception
class Exception extends QueryException implements Serializable
-
-
Package org.apache.jena.sparql.expr
-
Exception org.apache.jena.sparql.expr.ExprEvalException
class ExprEvalException extends ExprException implements Serializable -
Exception org.apache.jena.sparql.expr.ExprEvalTypeException
class ExprEvalTypeException extends ExprEvalException implements Serializable -
Exception org.apache.jena.sparql.expr.ExprException
class ExprException extends QueryException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.jena.sparql.expr.ExprNotComparableException
class ExprNotComparableException extends ExprEvalException implements Serializable -
Exception org.apache.jena.sparql.expr.ExprTypeException
class ExprTypeException extends ExprEvalException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.jena.sparql.expr.ExprUndefException
class ExprUndefException extends ExprEvalException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.jena.sparql.expr.ExprUndefFunction
class ExprUndefFunction extends ExprEvalException implements Serializable-
Serialized Fields
-
fnName
String fnName
-
-
-
Exception org.apache.jena.sparql.expr.VariableNotBoundException
class VariableNotBoundException extends ExprUndefException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.jena.sparql.function.scripting
-
Exception org.apache.jena.sparql.function.scripting.ScriptDenyException
class ScriptDenyException extends ExprException implements Serializable
-
-
Package org.apache.jena.sparql.lang.arq
-
Exception org.apache.jena.sparql.lang.arq.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.sparql.lang.arq.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.sparql.lang.arq.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.sparql.lang.sparql_10
-
Exception org.apache.jena.sparql.lang.sparql_10.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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.
-
-
Class org.apache.jena.sparql.lang.sparql_10.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.sparql.lang.sparql_10.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.sparql.lang.sparql_11
-
Exception org.apache.jena.sparql.lang.sparql_11.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.sparql.lang.sparql_11.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.sparql.lang.sparql_11.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.sparql.lang.sparql_12
-
Exception org.apache.jena.sparql.lang.sparql_12.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.sparql.lang.sparql_12.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.sparql.lang.sparql_12.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.sparql.resultset
-
Exception org.apache.jena.sparql.resultset.ResultSetException
class ResultSetException extends QueryException implements Serializable
-
-
Package org.apache.jena.sparql.sse
-
Exception org.apache.jena.sparql.sse.ItemException
class ItemException extends RuntimeException implements Serializable -
Exception org.apache.jena.sparql.sse.SSE_Exception
class SSE_Exception extends ARQException implements Serializable -
Exception org.apache.jena.sparql.sse.SSE_ParseException
class SSE_ParseException extends SSE_Exception implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.apache.jena.sparql.sse.builders
-
Exception org.apache.jena.sparql.sse.builders.SSE_BuildException
class SSE_BuildException extends ItemException implements Serializable -
Exception org.apache.jena.sparql.sse.builders.SSE_ExprBuildException
class SSE_ExprBuildException extends SSE_BuildException implements Serializable
-
-
Package org.apache.jena.sparql.sse.lang.parser
-
Exception org.apache.jena.sparql.sse.lang.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jena.sparql.sse.lang.parser.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.jena.sparql.sse.lang.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.jena.sparql.util
-
Exception org.apache.jena.sparql.util.DateTimeStruct.DateTimeParseException
class DateTimeParseException extends RuntimeException implements Serializable -
Exception org.apache.jena.sparql.util.NotUniqueException
class NotUniqueException extends org.apache.jena.shared.JenaException implements Serializable-
Serialized Fields
-
property
org.apache.jena.rdf.model.Property property
-
-
-
Exception org.apache.jena.sparql.util.PropertyRequiredException
class PropertyRequiredException extends org.apache.jena.shared.JenaException implements Serializable-
Serialized Fields
-
property
org.apache.jena.rdf.model.Property property
-
-
-
Exception org.apache.jena.sparql.util.TypeNotUniqueException
class TypeNotUniqueException extends org.apache.jena.shared.JenaException implements Serializable
-
-
Package org.apache.jena.system
-
Exception org.apache.jena.system.RDFDataException
class RDFDataException extends org.apache.jena.shared.JenaException implements Serializable
-
-
Package org.apache.jena.update
-
Exception org.apache.jena.update.UpdateException
class UpdateException extends ARQException implements Serializable
-