RdfValidationException class

Base exception class for all RDF validation-related errors

This class serves as the parent for all validation-specific exceptions, covering issues where RDF data is syntactically valid but semantically problematic according to some validation rules or constraints.

Validation may include checking against RDFS/OWL schemas, SHACL shapes, application-specific constraints, or other semantic rules for RDF data.

Inheritance
Implementers

Constructors

RdfValidationException(String message, {Object? cause, SourceLocation? source})
Creates a new RDF validation exception
const

Properties

cause Object?
The original error that caused this exception, if any
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

Methods

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

Operators

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