Merge "Expose API android.icu.util.IllformedLocaleException"
diff --git a/api/current.txt b/api/current.txt
index b2121a8..009c56d 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -20181,6 +20181,13 @@
     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);