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 aJKValidationExceptionwith 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 ProblemProblems.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 voidThis method adds a problem with the specified severity level to the collection.intCompares this object with the specified object for order.booleanProblem.isWorseThan(Problem other) This method compares the severity of this Problem instance with another Problem instance.