]> granicus.if.org Git - icu/commit
ICU-13808 Document ArithmeticException thrown by DecimalFormat
authorVictor Chang <vichang@google.com>
Fri, 24 Aug 2018 14:53:15 +0000 (15:53 +0100)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:39 +0000 (14:27 -0700)
commitac0c7bbe3c1baf3031a1d255d40db17e4eee42f7
tree2e775f7ed9184395dd477598b87c7d4956153c88
parentdbd9065c6939c6fd8767e601cd3c403d0497f555
ICU-13808 Document ArithmeticException thrown by DecimalFormat

- Document the exception in the following methods
setMultiplier, setMathContext, setMathContextICU
- Add test to check the documented behavior
icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTest.java