Package org.apache.any23.validator
Class ValidationReport.Issue
- java.lang.Object
-
- org.apache.any23.validator.ValidationReport.Issue
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ValidationReport
public static class ValidationReport.Issue extends Object implements Serializable
An issue found during the validation process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Issue(ValidationReport.IssueLevel level, String message, Node origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationReport.IssueLevel
getLevel()
String
getMessage()
Node
getOrigin()
String
toString()
-
-
-
Constructor Detail
-
Issue
public Issue(ValidationReport.IssueLevel level, String message, Node origin)
-
-