In the updated version of args4j the constructor:
CmdLineException(CmdLineParser, String)
is deprecated in favor of:
CmdLineException(CmdLineParser, Localizable, String...)
Add a new Localizable class that implements the expected interface,
and replace usage of the deprecated constructor across the Gerrit code
except in AsciiDoctor and DocIndexer. The latter don't really need to
use CmdLineException; this will be fixed in a separate commit.
Change-Id: I7033c0dd764780a163953ca9fc39da228ac20707