Package gov.nasa.pds.tools.validate
Class ProblemDefinition
java.lang.Object
gov.nasa.pds.tools.validate.ProblemDefinition
public class ProblemDefinition extends Object
Defines a specific problem uncovered by a validation rule.
-
Constructor Summary
Constructors Constructor Description ProblemDefinition(ExceptionType severity, ProblemType type, String message)ProblemDefinition(ExceptionType severity, ProblemType type, String message, String standardsDocument, String standardsSection) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)intgetID()StringgetMessage()ExceptionTypegetSeverity()StringgetStandardsDocument()StringgetStandardsSection()ProblemTypegetType()inthashCode()
-
Constructor Details
-
ProblemDefinition
public ProblemDefinition(ExceptionType severity, ProblemType type, String message, String standardsDocument, String standardsSection) -
ProblemDefinition
-
-
Method Details