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 boolean
equals(Object obj)
int
getID()
String
getMessage()
ExceptionType
getSeverity()
String
getStandardsDocument()
String
getStandardsSection()
ProblemType
getType()
int
hashCode()
-
Constructor Details
-
ProblemDefinition
public ProblemDefinition(ExceptionType severity, ProblemType type, String message, String standardsDocument, String standardsSection) -
ProblemDefinition
-
-
Method Details