| 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. |
ParserDispatchNameClashError |
Name clash... |
ParserDispatchNameError |
No name set... |
ParserError |
RDF Parser error. |
PredicateTypeError |
Predicate of an assertion must be an instance of URIRef. |
SerializerDispatchNameClashError |
Name clash... |
SerializerDispatchNameError |
No name set... |
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 Mon Oct 23 14:11:24 2006 | http://epydoc.sf.net |