Class ValidationError
- java.lang.Object
-
- org.openrefine.wikibase.schema.validation.ValidationError
-
public class ValidationError extends Object
A sign that a schema is incomplete or incorrect, which is described by an error message, as well as a list of steps to reach the place where the problem is, from the root of the schema.- Author:
- Antonin Delpeuch
-
-
Constructor Summary
Constructors Constructor Description ValidationError(List<PathElement> path, String message)
-
-
-
Constructor Detail
-
ValidationError
public ValidationError(List<PathElement> path, String message)
-
-