Re: RFR: 8314925: ChoiceFormat does not specify IllegalArgumentExceptions

2023-08-29 Thread Naoto Sato
On Tue, 29 Aug 2023 16:53:29 GMT, Justin Lu wrote: > Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8315148) > which is a conformance change to specify exceptions in java.text.ChoiceFormat. > > Makes `IllegalArgumentException` apparent for `applyPattern` and > `setChoices`

Re: RFR: 8314925: ChoiceFormat does not specify IllegalArgumentExceptions

2023-08-29 Thread Justin Lu
On Tue, 29 Aug 2023 16:53:29 GMT, Justin Lu wrote: > Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8315148) > which is a conformance change to specify exceptions in java.text.ChoiceFormat. > > Makes `IllegalArgumentException` apparent for `applyPattern` and > `setChoices`

RFR: 8314925: ChoiceFormat does not specify IllegalArgumentExceptions

2023-08-29 Thread Justin Lu
Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8315148) which is a conformance change to specify exceptions in java.text.ChoiceFormat. Makes `IllegalArgumentException` apparent for `applyPattern` and `setChoices`, as well as for the associated constructors that call the meth