Serialized Form
-
Package org.apache.jena.assembler
-
Exception org.apache.jena.assembler.BadObjectException
class BadObjectException extends AssemblerException implements Serializable-
Serialized Fields
-
object
RDFNode object
-
-
-
-
Package org.apache.jena.assembler.exceptions
-
Exception org.apache.jena.assembler.exceptions.AmbiguousSpecificTypeException
class AmbiguousSpecificTypeException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.AssemblerException
class AssemblerException extends JenaException implements Serializable-
Serialized Fields
-
doing
List<AssemblerGroup.Frame> doing
-
root
Resource root
-
-
-
Exception org.apache.jena.assembler.exceptions.CannotConstructException
class CannotConstructException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.CannotHaveRulesException
class CannotHaveRulesException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.CannotLoadClassException
class CannotLoadClassException extends AssemblerException implements Serializable-
Serialized Fields
-
className
String className
-
-
-
Exception org.apache.jena.assembler.exceptions.NoImplementationException
class NoImplementationException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.NoSpecificTypeException
class NoSpecificTypeException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.NotExpectedTypeException
class NotExpectedTypeException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.NotUniqueException
class NotUniqueException extends AssemblerException implements Serializable-
Serialized Fields
-
property
Property property
-
-
-
Exception org.apache.jena.assembler.exceptions.PropertyRequiredException
class PropertyRequiredException extends AssemblerException implements Serializable-
Serialized Fields
-
property
Property property
-
-
-
Exception org.apache.jena.assembler.exceptions.ReasonerClashException
class ReasonerClashException extends AssemblerException implements Serializable -
Exception org.apache.jena.assembler.exceptions.UnknownEncodingException
class UnknownEncodingException extends AssemblerException implements Serializable-
Serialized Fields
-
encoding
String encoding
-
-
-
Exception org.apache.jena.assembler.exceptions.UnknownReasonerException
class UnknownReasonerException extends AssemblerException implements Serializable-
Serialized Fields
-
url
Resource url
-
-
-
-
Package org.apache.jena.datatypes
-
Exception org.apache.jena.datatypes.DatatypeFormatException
class DatatypeFormatException extends JenaException implements Serializable-
Serialized Fields
-
dataType
RDFDatatype dataType
-
lexicalForm
String lexicalForm
-
-
-
-
Package org.apache.jena.datatypes.xsd
-
Exception org.apache.jena.datatypes.xsd.IllegalDateTimeFieldException
class IllegalDateTimeFieldException extends JenaException implements Serializable
-
-
Package org.apache.jena.enhanced
-
Exception org.apache.jena.enhanced.AlreadyLinkedViewException
class AlreadyLinkedViewException extends JenaException implements Serializable -
Exception org.apache.jena.enhanced.PersonalityConfigException
class PersonalityConfigException extends RuntimeException implements Serializable -
Exception org.apache.jena.enhanced.UnsupportedPolymorphismException
class UnsupportedPolymorphismException extends JenaException implements Serializable
-
-
Package org.apache.jena.ext.xerces.impl.dv
-
Exception org.apache.jena.ext.xerces.impl.dv.DatatypeException
class DatatypeException extends Exception implements Serializable- serialVersionUID:
- 1940805832730465578L
-
Exception org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeFacetException
class InvalidDatatypeFacetException extends DatatypeException implements Serializable- serialVersionUID:
- -4104066085909970654L
-
Exception org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException
class InvalidDatatypeValueException extends DatatypeException implements Serializable- serialVersionUID:
- -5523739426958236125L
-
-
Package org.apache.jena.ext.xerces.impl.dv.xs
-
Exception org.apache.jena.ext.xerces.impl.dv.xs.SchemaDateTimeException
class SchemaDateTimeException extends RuntimeException implements Serializable- serialVersionUID:
- -8520832235337769040L
-
-
Package org.apache.jena.ext.xerces.impl.xpath.regex
-
Exception org.apache.jena.ext.xerces.impl.xpath.regex.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- -7012400318097691370L
-
Serialized Fields
-
location
int location
-
-
Class org.apache.jena.ext.xerces.impl.xpath.regex.RegularExpression
class RegularExpression extends Object implements Serializable- serialVersionUID:
- 6242499334195006401L
-
Serialized Fields
-
hasBackReferences
boolean hasBackReferences
-
nofparen
int nofparen
The number of parenthesis in the regular expression. -
options
int options
-
regex
String regex
A regular expression. -
tokentree
org.apache.jena.ext.xerces.impl.xpath.regex.Token tokentree
Internal representation of the regular expression.
-
-
-
Package org.apache.jena.ext.xerces.util
-
Class org.apache.jena.ext.xerces.util.URI
class URI extends Object implements Serializable-
Serialized Fields
-
m_fragment
String m_fragment
If specified, stores the fragment for this URI; otherwise null -
m_host
String m_host
If specified, stores the host for this URI; otherwise null -
m_path
String m_path
If specified, stores the path for this URI; otherwise null -
m_port
int m_port
If specified, stores the port for this URI; otherwise -1 -
m_queryString
String m_queryString
If specified, stores the query string for this URI; otherwise null. -
m_regAuthority
String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1 -
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
-
-
-
Exception org.apache.jena.ext.xerces.util.URI.MalformedURIException
class MalformedURIException extends IOException implements Serializable
-
-
Package org.apache.jena.ext.xerces.xs
-
Exception org.apache.jena.ext.xerces.xs.XSException
class XSException extends RuntimeException implements Serializable- serialVersionUID:
- 3111893084677917742L
-
Serialized Fields
-
code
short code
-
-
-
Package org.apache.jena.graph
-
Exception org.apache.jena.graph.JenaNodeException
class JenaNodeException extends JenaException implements Serializable -
Class org.apache.jena.graph.Node
class Node extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
label
Object label
-
-
-
Class org.apache.jena.graph.Node_ANY
class Node_ANY extends Node_Fluid implements Serializable -
Class org.apache.jena.graph.Node_Blank
class Node_Blank extends Node_Concrete implements Serializable -
Class org.apache.jena.graph.Node_Concrete
class Node_Concrete extends Node implements Serializable -
Class org.apache.jena.graph.Node_Ext
class Node_Ext extends Node implements Serializable -
Class org.apache.jena.graph.Node_Fluid
class Node_Fluid extends Node implements Serializable -
Class org.apache.jena.graph.Node_Graph
class Node_Graph extends Node implements Serializable-
Serialized Fields
-
graph
Graph graph
-
-
-
Class org.apache.jena.graph.Node_Literal
class Node_Literal extends Node_Concrete implements Serializable -
Class org.apache.jena.graph.Node_Marker
-
Class org.apache.jena.graph.Node_Triple
class Node_Triple extends Node implements Serializable-
Serialized Fields
-
triple
Triple triple
-
-
-
Class org.apache.jena.graph.Node_URI
class Node_URI extends Node_Concrete implements Serializable -
Class org.apache.jena.graph.Node_Variable
class Node_Variable extends Node_Fluid implements Serializable -
Exception org.apache.jena.graph.Node.NotLiteral
class NotLiteral extends JenaException implements Serializable -
Class org.apache.jena.graph.Triple
class Triple extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
-
Package org.apache.jena.irix
-
Exception org.apache.jena.irix.IRIException
class IRIException extends JenaException implements Serializable -
Exception org.apache.jena.irix.RelativeIRIException
class RelativeIRIException extends IRIException implements Serializable
-
-
Package org.apache.jena.ontology
-
Exception org.apache.jena.ontology.ConversionException
class ConversionException extends OntologyException implements Serializable -
Exception org.apache.jena.ontology.LanguageConsistencyException
class LanguageConsistencyException extends OntologyException implements Serializable- serialVersionUID:
- 1962961408291647160L
-
Exception org.apache.jena.ontology.OntologyException
class OntologyException extends JenaException implements Serializable -
Class org.apache.jena.ontology.OntTools.Path
-
Exception org.apache.jena.ontology.ProfileException
class ProfileException extends OntologyException implements Serializable
-
-
Package org.apache.jena.rdf.model
-
Exception org.apache.jena.rdf.model.AltHasNoDefaultException
class AltHasNoDefaultException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.DoesNotReifyException
class DoesNotReifyException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.EmptyListException
class EmptyListException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.EmptyListUpdateException
class EmptyListUpdateException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.HasNoModelException
class HasNoModelException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.InvalidListException
class InvalidListException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.ListIndexException
class ListIndexException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.LiteralRequiredException
class LiteralRequiredException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.ResourceRequiredException
class ResourceRequiredException extends JenaException implements Serializable -
Exception org.apache.jena.rdf.model.SeqIndexBoundsException
class SeqIndexBoundsException extends JenaException implements Serializable
-
-
Package org.apache.jena.rdfxml.xmlinput
-
Exception org.apache.jena.rdfxml.xmlinput.FatalParsingErrorException
class FatalParsingErrorException extends RuntimeException implements Serializable- serialVersionUID:
- -1098004693549165728L
-
Exception org.apache.jena.rdfxml.xmlinput.ParseException
class ParseException extends SAXParseException implements Serializable- serialVersionUID:
- -5986976549492477885L
-
Serialized Fields
-
id
int id
-
promoteMe
boolean promoteMe
-
-
-
Package org.apache.jena.reasoner
-
Exception org.apache.jena.reasoner.IllegalParameterException
class IllegalParameterException extends ReasonerException implements Serializable -
Exception org.apache.jena.reasoner.ReasonerException
class ReasonerException extends JenaException implements Serializable
-
-
Package org.apache.jena.reasoner.rulesys
-
Exception org.apache.jena.reasoner.rulesys.BuiltinException
class BuiltinException extends JenaException implements Serializable -
Class org.apache.jena.reasoner.rulesys.Node_RuleVariable
class Node_RuleVariable extends Node_Variable implements Serializable-
Serialized Fields
-
index
int index
The offset of this variable in the Frule's binding table -
isRef
boolean isRef
A flag to indicate that the value is reference (pointer to a var) -
value
Node value
The value to which this variable is bound, can be another variable, itself (meaning unbound) or an actual value
-
-
-
Exception org.apache.jena.reasoner.rulesys.Rule.ParserException
class ParserException extends JenaException implements Serializable- serialVersionUID:
- -7297703783308663168L
-
-
Package org.apache.jena.reasoner.rulesys.impl
-
Exception org.apache.jena.reasoner.rulesys.impl.LPRuleSyntaxException
class LPRuleSyntaxException extends ReasonerException implements Serializable
-
-
Package org.apache.jena.shared
-
Package org.apache.jena.ttl
-
Exception org.apache.jena.ttl.JenaURIException
class JenaURIException extends JenaException implements Serializable -
Exception org.apache.jena.ttl.RelativeURIException
class RelativeURIException extends JenaURIException implements Serializable
-
-
Package org.apache.jena.ttl.turtle
-
Exception org.apache.jena.ttl.turtle.TurtleParseException
class TurtleParseException extends JenaException implements Serializable
-
-
Package org.apache.jena.ttl.turtle.parser
-
Exception org.apache.jena.ttl.turtle.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.ttl.turtle.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.ttl.turtle.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.
-
-