Package gov.nasa.pds.tools.validate
Interface ProblemHandler
- All Known Subinterfaces:
ProblemListener
,ValidateProblemHandler
- All Known Implementing Classes:
ListenerExceptionPropagator
,ProblemContainer
,ProblemProcessor
public interface ProblemHandler
Defines an interface for handling problems during label validation.
-
Method Summary
Modifier and Type Method Description void
addProblem(ValidationProblem problem)
Indicates another problem during the validation.
-
Method Details
-
addProblem
Indicates another problem during the validation.- Parameters:
problem
- the validation problem encountered
-