Uses of Class
com.saperion.ngc.exception.FieldValidationException
Packages that use FieldValidationException
Package
Description
Package for main iForm components.
Package for field validators.
- 
Uses of FieldValidationException in com.saperion.ngc.iformMethods in com.saperion.ngc.iform that throw FieldValidationExceptionModifier and TypeMethodDescriptionvoidFieldValidator.validate()Deprecated.Validates the field.
- 
Uses of FieldValidationException in com.saperion.ngc.iform.validatorMethods in com.saperion.ngc.iform.validator that throw FieldValidationExceptionModifier and TypeMethodDescriptionprotected voidAbstractFieldValidator.checkDateRange(Date value) Checks if the date is within the range supported by the database-system in use.protected voidAbstractFieldValidator.checkIfMandatoryFieldIsSet()Checks if mandatory field is set.protected voidAbstractFieldValidator.checkLengthOfInput(String text) Checks the length of the field's value.abstract voidAbstractFieldValidator.validate()Validates the field.voidAdvancedLookupFieldValidator.validate()voidDateFieldValidator.validate()static voidFieldValidator.validate(IntelligentField field) Validates the field.voidGenericFieldValidator.validate()voidLookupFieldValidator.validate()voidMultiFieldValidator.validate()voidTextFieldValidator.validate()