Class WriterErrorMessages
Class containing constants for standardised Writer Error Messages.
Inheritance
System.Object
WriterErrorMessages
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public static class WriterErrorMessages
Fields
| Improve this Doc View SourceMalformedCollectionWithMultipleFirsts
Error message produced when a User attempts to serialize a Graph containing collections where a collection item has more than one rdf:first triple.
Declaration
public const string MalformedCollectionWithMultipleFirsts = "This RDF Graph contains more than one rdf:first Triple for an Item in a Collection which means the Graph is not serializable"
Field Value
| Type | Description |
|---|---|
| System.String |
ThreadedOutputError
Error messages produced when errors occur in a multi-threaded writing process.
Declaration
public const string ThreadedOutputError = "One/more errors occurred while outputting RDF in {0} using a multi-threaded writing process"
Field Value
| Type | Description |
|---|---|
| System.String |
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.
Declaration
public const string UnreducablePropertyURIUnserializable = "Unable to serialize this Graph since a Property has an unreducable URI"
Field Value
| Type | Description |
|---|---|
| System.String |
VariableNodesUnserializableError
Error message produced when a User attempts to serialize a Variable Node in a format which does not support it.
Declaration
public const string VariableNodesUnserializableError = "Variable Nodes cannot be serialized as {0}"
Field Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceBlankPredicatesUnserializable(String)
Gets an Error message indicating that Blank Node Predicates are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string BlankPredicatesUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
GraphLiteralPredicatesUnserializable(String)
Gets an Error message indicating that Graph Literal Predicates are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string GraphLiteralPredicatesUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
GraphLiteralsUnserializable(String)
Gets an Error message indicating that Graph Literals are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string GraphLiteralsUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
LiteralPredicatesUnserializable(String)
Gets an Error message indicating that Literal Predicates are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string LiteralPredicatesUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
LiteralSubjectsUnserializable(String)
Gets an Error message indicating that Literal Subjects are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string LiteralSubjectsUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
ThreadedOutputFailure(String)
Gets an Error message indicating that a multi-threading writer process failed.
Declaration
public static string ThreadedOutputFailure(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
UnknownNodeTypeUnserializable(String)
Gets an Error message indicating that Unknown Node Types are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string UnknownNodeTypeUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |
VariableNodesUnserializable(String)
Gets an Error message indicating that Variable Nodes are not serializable with the appropriate RDF format name inserted in the error.
Declaration
public static string VariableNodesUnserializable(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | RDF format (syntax). |
Returns
| Type | Description |
|---|---|
| System.String |