Uses of Class
com.iizix.prop.PropVerificationError
Packages that use PropVerificationError
Uses of PropVerificationError in com.iizix.prop
Fields in com.iizix.prop declared as PropVerificationErrorModifier and TypeFieldDescriptionstatic final PropVerificationError[]
PropVerification.EMPTY
Empty list of errors.Methods in com.iizix.prop that return PropVerificationErrorModifier and TypeMethodDescriptionPropVerification.getErrors()
Gets the list of errors.Gets the list of errors of a property.Methods in com.iizix.prop with parameters of type PropVerificationErrorModifier and TypeMethodDescriptionvoid
PropVerification.add
(PropVerificationError error) Adds an error.boolean
PropVerification.add
(PropVerificationError error, boolean ignoreDups) Adds an error.boolean
PropError.assign
(PropVerificationError[] verifyErrors) Assigns the verification errors.