\acdhOeaw\util\metadataValidatorError

Simple container for metadata validation errors

Summary

Methods
Properties
Constants
__construct()
__toString()
$resUri
$message
$value
$property
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$resUri

$resUri : string

URI of the resource for which an error occured

Type

string

$message

$message : string

Error message

Type

string

$value

$value : string

Value which caused an error

Type

string

$property

$property : string

RDF property for which an error occured

Type

string

Methods

__construct()

__construct(string  $resUri, string  $message, string  $value = '', string  $property = '') 

Creates an error object.

Parameters

string $resUri

URI of the resource for which an error occured

string $message

error message

string $value

value which caused an error

string $property

RDF property for which an error occured

__toString()

__toString() : string

Nice string serialization

Returns

string