Serialized Form
-
Package org.apache.jena.atlas.data
-
Class org.apache.jena.atlas.data.AbortableComparator.AbandonSort extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.jena.atlas.json
-
Class org.apache.jena.atlas.json.JsonException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.jena.atlas.json.JsonParseException extends JsonException implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.apache.jena.atlas.json.io.parserjavacc.javacc
-
Class org.apache.jena.atlas.json.io.parserjavacc.javacc.ParseException extends java.lang.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
java.lang.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
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.
-
-
Class org.apache.jena.atlas.json.io.parserjavacc.javacc.Token extends java.lang.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
java.lang.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.
-
-
Class org.apache.jena.atlas.json.io.parserjavacc.javacc.TokenMgrError extends java.lang.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
-
Class org.apache.jena.atlas.web.HttpException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
response
java.lang.String response
-
statusCode
int statusCode
-
statusLine
java.lang.String statusLine
-
-
-
-
Package org.apache.jena.http.auth
-
Class org.apache.jena.http.auth.AuthStringException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.jena.query
-
Class org.apache.jena.query.QueryBuildException extends QueryFatalException implements Serializable
-
Class org.apache.jena.query.QueryCancelledException extends QueryExecException implements Serializable
-
Class org.apache.jena.query.QueryException extends ARQException implements Serializable
-
Class org.apache.jena.query.QueryExecException extends QueryException implements Serializable
-
Class org.apache.jena.query.QueryFatalException extends QueryException implements Serializable
-
Class org.apache.jena.query.QueryParseException extends QueryException implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.apache.jena.riot
-
Class org.apache.jena.riot.RiotException extends JenaException implements Serializable
-
Class org.apache.jena.riot.RiotNotFoundException extends RiotException implements Serializable
-
Class org.apache.jena.riot.RiotParseException extends RiotException implements Serializable
-
Serialized Fields
-
column
long column
-
line
long line
-
message
java.lang.String message
-
-
-
-
Package org.apache.jena.riot.lang.extra.javacc
-
Class org.apache.jena.riot.lang.extra.javacc.ParseException extends java.lang.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
java.lang.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
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.
-
-
Class org.apache.jena.riot.lang.extra.javacc.Token extends java.lang.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
java.lang.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.
-
-
Class org.apache.jena.riot.lang.extra.javacc.TokenMgrError extends java.lang.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.other
-
Class org.apache.jena.riot.other.RDFDataException extends JenaException implements Serializable
-
-
Package org.apache.jena.riot.protobuf
-
Class org.apache.jena.riot.protobuf.RiotProtobufException extends RiotException implements Serializable
-
-
Package org.apache.jena.riot.protobuf.wire
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_ANY extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_BNode extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
label_
java.lang.Object label_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_DataTuple extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
row_
java.util.List<PB_RDF.RDF_Term> row_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Decimal extends com.google.protobuf.GeneratedMessageV3 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 extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
triple_
java.util.List<PB_RDF.RDF_Triple> triple_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_IRI extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
iri_
java.lang.Object iri_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Literal extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
lex_
java.lang.Object lex_
-
literalKind_
java.lang.Object literalKind_
-
literalKindCase_
int literalKindCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_PrefixDecl extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
prefix_
java.lang.Object prefix_
-
uri_
java.lang.Object uri_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_PrefixName extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
localName_
java.lang.Object localName_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
prefix_
java.lang.Object prefix_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Quad extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
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 extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Stream extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
row_
java.util.List<PB_RDF.RDF_StreamRow> row_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_StreamRow extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
row_
java.lang.Object row_
-
rowCase_
int rowCase_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Term extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
term_
java.lang.Object term_
-
termCase_
int termCase_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Triple extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
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 extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Var extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
-
Class org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_VarTuple extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
vars_
java.util.List<PB_RDF.RDF_Var> vars_
-
-
-
Package org.apache.jena.riot.system
-
Class org.apache.jena.riot.system.JenaTitanium.JenaTitaniumException extends JenaException implements Serializable
-
Class org.apache.jena.riot.system.SNode extends java.lang.Object implements Serializable
- serialVersionUID:
- -5658033772439163463L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
readResolve
java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.jena.riot.system.SQuad extends java.lang.Object implements Serializable
- serialVersionUID:
- -7406960748415222010L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
readResolve
java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.jena.riot.system.STriple extends java.lang.Object implements Serializable
- serialVersionUID:
- -6877221872561743747L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
readResolve
java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Package org.apache.jena.riot.thrift
-
Class org.apache.jena.riot.thrift.RiotThriftException extends RiotException implements Serializable
-
-
Package org.apache.jena.riot.thrift.wire
-
Class org.apache.jena.riot.thrift.wire.RDF_ANY extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_BNode extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
label
java.lang.String label
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_DataTuple extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
row
java.util.List<RDF_Term> row
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Decimal extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
scale
int scale
-
value
long value
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_IRI extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
iri
java.lang.String iri
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Literal extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
datatype
java.lang.String datatype
-
dtPrefix
RDF_PrefixName dtPrefix
-
langtag
java.lang.String langtag
-
lex
java.lang.String lex
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_PrefixDecl extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
prefix
java.lang.String prefix
-
uri
java.lang.String uri
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_PrefixName extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
localName
java.lang.String localName
-
prefix
java.lang.String prefix
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Quad extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_REPEAT extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_StreamRow extends org.apache.thrift.TUnion<RDF_StreamRow,RDF_StreamRow._Fields> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Term extends org.apache.thrift.TUnion<RDF_Term,RDF_Term._Fields> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_Triple extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
-
Class org.apache.jena.riot.thrift.wire.RDF_UNDEF extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_VAR extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
name
java.lang.String name
-
-
-
Class org.apache.jena.riot.thrift.wire.RDF_VarTuple extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
vars
java.util.List<RDF_VAR> vars
-
-
-
-
Package org.apache.jena.sparql
-
Class org.apache.jena.sparql.AlreadyExists extends JenaException implements Serializable
-
Class org.apache.jena.sparql.ARQException extends JenaException implements Serializable
-
Class org.apache.jena.sparql.ARQInternalErrorException extends QueryFatalException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.jena.sparql.ARQNotImplemented extends QueryFatalException implements Serializable
-
Class org.apache.jena.sparql.DoesNotExist extends JenaException implements Serializable
-
Class org.apache.jena.sparql.JenaTransactionException extends JenaException implements Serializable
-
-
Package org.apache.jena.sparql.core
-
Class org.apache.jena.sparql.core.ComparisonException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.jena.sparql.core.Quad extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
-
Class org.apache.jena.sparql.core.QueryCheckException extends QueryException implements Serializable
-
Class org.apache.jena.sparql.core.Var extends Node_Variable implements Serializable
-
Serialized Fields
-
hashCodeValue
int hashCodeValue
-
-
-
-
Package org.apache.jena.sparql.core.assembler
-
Class org.apache.jena.sparql.core.assembler.DatasetAssemblerException extends AssemblerException implements Serializable
-
-
Package org.apache.jena.sparql.engine.http
-
Class org.apache.jena.sparql.engine.http.QueryExceptionHTTP extends QueryException implements Serializable
-
Serialized Fields
-
response
java.lang.String response
-
responseMessage
java.lang.String responseMessage
-
statusCode
int statusCode
-
statusLine
java.lang.String statusLine
-
-
-
-
Package org.apache.jena.sparql.exec
-
Class org.apache.jena.sparql.exec.RowSet.Exception extends QueryException implements Serializable
-
-
Package org.apache.jena.sparql.expr
-
Class org.apache.jena.sparql.expr.ExprEvalException extends ExprException implements Serializable
-
Class org.apache.jena.sparql.expr.ExprEvalTypeException extends ExprEvalException implements Serializable
-
Class org.apache.jena.sparql.expr.ExprException extends QueryException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.jena.sparql.expr.ExprNotComparableException extends ExprEvalException implements Serializable
-
Class org.apache.jena.sparql.expr.ExprTypeException extends ExprEvalException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.jena.sparql.expr.ExprUndefException extends ExprEvalException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.jena.sparql.expr.ExprUndefFunction extends ExprEvalException implements Serializable
-
Serialized Fields
-
fnName
java.lang.String fnName
-
-
-
Class org.apache.jena.sparql.expr.VariableNotBoundException extends ExprUndefException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.jena.sparql.lang.arq
-
Class org.apache.jena.sparql.lang.arq.ParseException extends java.lang.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
java.lang.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
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.
-
-
Class org.apache.jena.sparql.lang.arq.Token extends java.lang.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
java.lang.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.
-
-
Class org.apache.jena.sparql.lang.arq.TokenMgrError extends java.lang.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
-
Class org.apache.jena.sparql.lang.sparql_10.ParseException extends java.lang.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
java.lang.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
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.
-
-
Class org.apache.jena.sparql.lang.sparql_10.Token extends java.lang.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
java.lang.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.
-
-
Class org.apache.jena.sparql.lang.sparql_10.TokenMgrError extends java.lang.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
-
Class org.apache.jena.sparql.lang.sparql_11.ParseException extends java.lang.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
java.lang.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
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.
-
-
Class org.apache.jena.sparql.lang.sparql_11.Token extends java.lang.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
java.lang.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.
-
-
Class org.apache.jena.sparql.lang.sparql_11.TokenMgrError extends java.lang.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
-
Class org.apache.jena.sparql.resultset.ResultSetException extends QueryException implements Serializable
-
-
Package org.apache.jena.sparql.sse
-
Class org.apache.jena.sparql.sse.ItemException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.jena.sparql.sse.SSEParseException extends ARQException implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.apache.jena.sparql.sse.builders
-
Class org.apache.jena.sparql.sse.builders.BuildException extends ItemException implements Serializable
-
Class org.apache.jena.sparql.sse.builders.ExprBuildException extends BuildException implements Serializable
-
-
Package org.apache.jena.sparql.sse.lang.parser
-
Class org.apache.jena.sparql.sse.lang.parser.ParseException extends java.lang.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
java.lang.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
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.
-
-
Class org.apache.jena.sparql.sse.lang.parser.Token extends java.lang.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
java.lang.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.
-
-
Class org.apache.jena.sparql.sse.lang.parser.TokenMgrError extends java.lang.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
-
Class org.apache.jena.sparql.util.DateTimeStruct.DateTimeParseException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.jena.sparql.util.NotUniqueException extends JenaException implements Serializable
-
Serialized Fields
-
property
Property property
-
-
-
Class org.apache.jena.sparql.util.PropertyRequiredException extends JenaException implements Serializable
-
Serialized Fields
-
property
Property property
-
-
-
Class org.apache.jena.sparql.util.TypeNotUniqueException extends JenaException implements Serializable
-
-
Package org.apache.jena.update
-
Class org.apache.jena.update.UpdateException extends ARQException implements Serializable
-
-
Package org.apache.jena.web
-
Class org.apache.jena.web.JenaHttpException extends JenaException implements Serializable
-
Serialized Fields
-
responseMessage
java.lang.String responseMessage
-
statusCode
int statusCode
-
-
-
Class org.apache.jena.web.JenaHttpNotFoundException extends JenaHttpException implements Serializable
-