Class VTimeZoneValidator

    • Constructor Detail

      • VTimeZoneValidator

        public VTimeZoneValidator()
    • Method Detail

      • validate

        public void validate​(VTimeZone target)
                      throws ValidationException
        Description copied from interface: Validator
        Validates the target content by applying validation rules. When content fails validation the validator may throw an exception depending on the implementation.
        Specified by:
        validate in interface Validator<VTimeZone>
        Throws:
        ValidationException - indicates validation failure (implementation-specific)