WriterErrorMessages Class |
Namespace: VDS.RDF.Writing
The WriterErrorMessages type exposes the following members.
Name | Description | |
---|---|---|
BlankPredicatesUnserializable |
Gets an Error message indicating that Blank Node Predicates are not serializable with the appropriate RDF format name inserted in the error.
| |
GraphLiteralPredicatesUnserializable |
Gets an Error message indicating that Graph Literal Predicates are not serializable with the appropriate RDF format name inserted in the error.
| |
GraphLiteralsUnserializable |
Gets an Error message indicating that Graph Literals are not serializable with the appropriate RDF format name inserted in the error.
| |
LiteralPredicatesUnserializable |
Gets an Error message indicating that Literal Predicates are not serializable with the appropriate RDF format name inserted in the error.
| |
LiteralSubjectsUnserializable |
Gets an Error message indicating that Literal Subjects are not serializable with the appropriate RDF format name inserted in the error.
| |
ThreadedOutputFailure |
Gets an Error message indicating that a multi-threading writer process failed.
| |
UnknownNodeTypeUnserializable |
Gets an Error message indicating that Unknown Node Types are not serializable with the appropriate RDF format name inserted in the error.
| |
VariableNodesUnserializable |
Gets an Error message indicating that Variable Nodes are not serializable with the appropriate RDF format name inserted in the error.
|
Name | Description | |
---|---|---|
MalformedCollectionWithMultipleFirsts |
Error message produced when a User attempts to serialize a Graph containing collections where a collection item has more than one rdf:first triple.
| |
ThreadedOutputError |
Error messages produced when errors occur in a multi-threaded writing process.
| |
UnreducablePropertyURIUnserializable |
Error message produced when a User attempts to serialize a Graph containing URIs which cannot be reduced to a URIRef or QName as required by the serialization.
| |
VariableNodesUnserializableError |
Error message produced when a User attempts to serialize a Variable Node in a format which does not support it.
|