summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Victor Chang <vichang@google.com> 2018-01-05 17:14:35 +0000
committer Victor Chang <vichang@google.com> 2018-01-10 14:15:55 +0000
commitd74d722fb21132887974e1cf52bc6584555422a5 (patch)
tree75435274a36ad5b96972b13f793a609b1a2846d8
parent289b3fbca8d9340e055daa5f0163e2787a8fdfe3 (diff)
Expose API android.icu.util.IllformedLocaleException
android.icu.util.IllformedLocaleException is referenced in javadoc, but is not exposed as a public API Test: Existing tests cover this API. cts-tradefed run cts-dev -m CtsIcuTestCases -t android.icu.dev.test.util.ULocaleTest Test: m Bug:71629543 Merged-In: I2571ecc9e561294033ff13460bdd363a0ffc6c9b (cherry picked from commit e6e9308d6ed37dd031f1589ac87f757e29cfc468) Change-Id: I80d2619e945e415e6ad8c5966a73f44e8dc5b6de
-rw-r--r--api/current.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index d9d2dfe8b20c..02ef981d92b9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -19873,6 +19873,13 @@ package android.icu.util {
ctor public ICUUncheckedIOException(java.lang.String, java.lang.Throwable);
}
+ public class IllformedLocaleException extends java.lang.RuntimeException {
+ ctor public IllformedLocaleException();
+ ctor public IllformedLocaleException(java.lang.String);
+ ctor public IllformedLocaleException(java.lang.String, int);
+ method public int getErrorIndex();
+ }
+
public class IndianCalendar extends android.icu.util.Calendar {
ctor public IndianCalendar();
ctor public IndianCalendar(android.icu.util.TimeZone);