![JAR search and dependency download from the Maven repository](/logo.png)
big-decimal-validator.1.3.0.source-code.ValidationMessages_en.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of big-decimal-validator Show documentation
Show all versions of big-decimal-validator Show documentation
The BigDecimal Validator is a small library to validate java.math.BigDecimal
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