Package org.openanzo.glitter.exception

Exception Summary
CannotGenerateSolutionsException A SolutionGenerator raises this exception if it is unable to handle the query pattern supplied to it.
ConfigurationException The Glitter Engine throws this exception if it is unable to access or instantiate any of the classes referenced in an EngineConfig.
ExpressionEvaluationException Indicates an error in evaluating a FILTER or ORDER BY expression.
FeatureNotImplementedException General exception used for unimplemented Glitter features.
FunctionalPredicateInvocationException Thrown by a FunctionalPredicate if it encounters an unexpected situation.
GlitterException Superclass for non-runtime Glitter exceptions.
IncompatibleTypeException Indicates that a function or operator was supplied with an argument of a type that it does not handle.
InvalidArgumentCountException Indicates that a function or operator was passed more or less arguments than it expected.
InvalidBlankNodeLabelException Indicates that a blank node label was reused in a context where blank node label reuse is prohibited (such as between multiple SPARQL BGPs)
QueryRefusedException Thrown if a validator rejects a query.
StringLiteralException Thrown at parse time if a string literal contains an invalid escape
UnexpectedException Indicates that something strange happened.
UnknownFunctionException Thrown if a query references (in a FILTER or ORDER BY) a URI that doesn't identify a known function.
UnknownGraphException Thrown if a graph that is part of an RDF dataset cannot be found/loaded.
UnknownPrefixException Parse-time error indicating that a prefixed name had a prefix that was not bound to a URI.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.