Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We are using String.format to create exception message in Table API. If the key contains something like "%3A", the String.format() method would throw:
Caused by: java.util.MissingFormatArgumentException: Format specifier '%3A'
Then, the actual exception would be hidden by this new exception.