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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProblem(ValidationProblem problem)
Indicates another problem during the validation.
-
-
-
Method Detail
-
addProblem
void addProblem(ValidationProblem problem)
Indicates another problem during the validation.- Parameters:
problem
- the validation problem encountered
-
-