commit | 25dcabf72d3c67be515bafcc7f94bc5e7911bcc7 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Mar 15 10:20:40 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Mar 15 10:26:02 2021 +0900 |
tree | 3c42a662d860ac653dec23597f4da376f1805069 | |
parent | 7e9e7dce89705ad13ff050c31d3ea095a2c78e46 [diff] |
Add ParseException constructors to API ParseException constructors are used by both platform and mainline module code, so they can't be package-private. Removing dependencies on either side is not possible as the class itself is part of the public API, and supports APIs on both sides. Having the constructors part of the API makes the class usable by both sides. Fixes: 182705505 Test: CtsNetTestCases for APIs using the exception Change-Id: Ia396ab2fa3afaed3cf474c8e60f72fc7f3f4fded