From e6e9308d6ed37dd031f1589ac87f757e29cfc468 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Fri, 5 Jan 2018 17:14:35 +0000 Subject: 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 Change-Id: I2571ecc9e561294033ff13460bdd363a0ffc6c9b --- api/current.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/current.txt b/api/current.txt index c537622b60ca..315fc889b4b5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -20173,6 +20173,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); -- cgit v1.2.3-59-g8ed1b