Uses of Class
com.jk.core.validation.Problem
Packages that use Problem
-
Uses of Problem in com.jk.core.exceptions
Constructors in com.jk.core.exceptions with parameters of type ProblemModifierConstructorDescriptionJKValidationException
(Object comp, Problem problem) This method constructs aJKValidationException
with a specific component and a specification of the related problem. -
Uses of Problem in com.jk.core.validation
Methods in com.jk.core.validation that return ProblemModifier and TypeMethodDescriptionfinal Problem
Problems.getLeadProblem()
This method retrieves the problem with the highest severity level from the collection.Methods in com.jk.core.validation that return types with arguments of type ProblemModifier and TypeMethodDescriptionProblems.getProblemsList()
This method retrieves the list of problems stored in this collection.Methods in com.jk.core.validation with parameters of type ProblemModifier and TypeMethodDescriptionfinal void
This method adds a problem with the specified severity level to the collection.int
Compares this object with the specified object for order.boolean
Problem.isWorseThan
(Problem other) This method compares the severity of this Problem instance with another Problem instance.