diff options
| -rw-r--r-- | api/current.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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); |