RdfXmlEncoderException class final

Exception for encoding errors

Thrown when an RDF graph cannot be encoded to RDF/XML.

Implemented types

Constructors

RdfXmlEncoderException(String message, {String? subjectContext, Object? cause})
Creates a new encoding exception
const

Properties

cause Object?
The original error that caused this exception, if any
finalinherited
format String
Format being encoded to when the exception occurred
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable error message describing the issue
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → SourceLocation?
Optional source information where the error occurred
finalinherited
subjectContext String?
Subject context where the error occurred
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited