Class WriterErrorMessages
Class containing constants for standardised Writer Error Messages.
Inheritance
System.Object
WriterErrorMessages
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: dotNetRdf.dll
Syntax
public static class WriterErrorMessages
Fields
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
QuadsUnserializableError
Error message produced when a user attempts to serialize a triple an a non-null graph name via a format that supports only triples.
Declaration
public const string QuadsUnserializableError = "Triples in a graph (quads) are not serializable in {0}"
Field Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
TripleNodePredicateUnserializableError
Error message produced when a user attempts to serialize a triple containing a TripleNode predicates.
Declaration
public const string TripleNodePredicateUnserializableError = "Triples with a Triple Node Predicate are not serializable in {0}"
Field Value
|
Improve this Doc
View Source
TripleNodesUnserializableError
Error message produced when a user attempts to serialize a TripleNode in a format which does not support it.
Declaration
public const string TripleNodesUnserializableError = "Triple Nodes cannot be serialized as {0}"
Field Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
Methods
|
Improve this Doc
View Source
BlankPredicatesUnserializable(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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
QuadsUnserializable(string)
Declaration
public static string QuadsUnserializable(string format)
Parameters
Type |
Name |
Description |
string |
format |
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
TripleNodePredicateUnserializable(string)
Gets an error message indicating that triple nodes are not serializable in the predicate position of a triple.
Declaration
public static string TripleNodePredicateUnserializable(string format)
Parameters
Type |
Name |
Description |
string |
format |
RDF format (syntax) name.
|
Returns
|
Improve this Doc
View Source
TripleNodesUnserializable(string)
Gets an error message indicating that triple nodes are not serializable in the specified format.
Declaration
public static string TripleNodesUnserializable(string format)
Parameters
Type |
Name |
Description |
string |
format |
RDF format (syntax) name.
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns
|
Improve this Doc
View Source
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 |
string |
format |
RDF format (syntax).
|
Returns