All Downloads are FREE. Search and download functionalities are using the official Maven repository.

big-decimal-validator.1.3.0.source-code.ValidationMessages_en.properties Maven / Gradle / Ivy

The newest version!
net.contargo.validation.bigdecimal.null=Cannot be empty.
net.contargo.validation.bigdecimal.decimaloutofrange=The count of the digits before the point is out of range. It should be in the range {minDecimalPlaces} - {maxDecimalPlaces}.
net.contargo.validation.bigdecimal.fractionaloutofrange=The count of the digits after the point is too high. It should be less than or equal to {maxFractionalPlaces}.
net.contargo.validation.bigdecimal.toobig=Has to be less than or equal to {maxValue}.
net.contargo.validation.bigdecimal.toosmall=Has to be less than or equal to {minValue}.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy