RdfValidationException constructor
- String message, {
- Object? cause,
- SourceLocation? source,
Creates a new RDF validation exception
Parameters:
message
: Required description of the validation errorcause
: Optional underlying cause of this exceptionsource
: Optional location information where the error was detected
Implementation
const RdfValidationException(super.message, {super.cause, super.source});