You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia Glaszka edited this page Jul 11, 2023
·
1 revision
Tradukisto can handle only values with no more than two digits after the decimal point.
Otherwise, IllegalArgumentException will be thrown.
For that reason, you should either construct BigDecimal object based on the String value or use setScale
method to ensure that the given value has appropriate precision.