Package gov.nasa.pds.tools.validate
Interface ProblemHandler
-
- All Known Subinterfaces:
ProblemListener,ValidateProblemHandler
- All Known Implementing Classes:
ListenerExceptionPropagator,ProblemContainer,ProblemProcessor
public interface ProblemHandlerDefines an interface for handling problems during label validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProblem(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
-
-