| Home | Trees | Index | Help |
|---|
| Package rdflib :: Module exceptions |
|
| Exceptions | |
|---|---|
ContextTypeError |
Context of an assertion must be an instance of URIRef. |
Error |
Base class for rdflib exceptions. |
ObjectTypeError |
Object of an assertion must be an instance of URIRef, Literal, or BNode. |
ParserError |
RDF Parser error. |
PredicateTypeError |
Predicate of an assertion must be an instance of URIRef. |
SubjectTypeError |
Subject of an assertion must be an instance of URIRef. |
TypeCheckError |
Parts of assertions are subject to type checks. |
UniquenessError |
A uniqueness assumption was made in the context, and that is not true |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Apr 4 16:05:48 2007 | http://epydoc.sf.net |