Show / Hide Table of Contents

Class WriterErrorMessages

Class containing constants for standardised Writer Error Messages.

Inheritance
object
WriterErrorMessages
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public static class WriterErrorMessages

Fields

| Edit this page View Source

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.

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
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string

Methods

| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page View Source

QuadsUnserializable(string)

Gets an error message indicating that quads are not serializable in the specified format.

Declaration
public static string QuadsUnserializable(string format)
Parameters
Type Name Description
string format

RDF format (syntax) name.

Returns
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
| Edit this page 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
Type Description
string
  • Edit this page
  • View Source
In this article
  • Fields
    • MalformedCollectionWithMultipleFirsts
    • QuadsUnserializableError
    • ThreadedOutputError
    • TripleNodePredicateUnserializableError
    • TripleNodesUnserializableError
    • UnreducablePropertyURIUnserializable
    • VariableNodesUnserializableError
  • Methods
    • BlankPredicatesUnserializable(string)
    • GraphLiteralPredicatesUnserializable(string)
    • GraphLiteralsUnserializable(string)
    • LiteralPredicatesUnserializable(string)
    • LiteralSubjectsUnserializable(string)
    • QuadsUnserializable(string)
    • ThreadedOutputFailure(string)
    • TripleNodePredicateUnserializable(string)
    • TripleNodesUnserializable(string)
    • UnknownNodeTypeUnserializable(string)
    • VariableNodesUnserializable(string)
Back to top Generated by DocFX