Package org.xmlunit.validation
Class ValidationProblem
java.lang.Object
org.xmlunit.validation.ValidationProblem
A validation "problem" which may be an error or a warning.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of validation problem encountered. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationProblem
(String message, int line, int column, ValidationProblem.ProblemType type) Creates a ValidationProblem for the given message and location of the given type. -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWNConstant used for unknown location information.- See Also:
-
line
private final int line -
column
private final int column -
type
-
message
-
-
Constructor Details
-
ValidationProblem
Creates a ValidationProblem for the given message and location of the given type.
-
-
Method Details