Package com.saperion.ngc.iform
Class FieldValidator
- java.lang.Object
-
- com.saperion.ngc.iform.FieldValidator
-
@Deprecated public class FieldValidator extends java.lang.Object
Deprecated.replaced withFieldValidator
-
-
Constructor Summary
Constructors Constructor Description FieldValidator(IntelligentField field)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
validate()
Deprecated.Validates the field.
-
-
-
Constructor Detail
-
FieldValidator
public FieldValidator(IntelligentField field)
Deprecated.- Parameters:
field
- field to validate
-
-
Method Detail
-
validate
public void validate() throws FieldValidationException, AuthenticationException, SystemException
Deprecated.Validates the field.- Throws:
FieldValidationException
- when the value of the field is not validAuthenticationException
SystemException
-
-