OpenSearch/qa/evil-tests
Jason Tedor f9d55be1ed Rename UserError
The top-level class Throwable represents all errors and exceptions in
Java. This hierarchy is divided into Error and Exception, the former
being serious problems that applications should not try to catch and the
latter representing exceptional conditions that an application might
want to catch and handle. This commit renames
org.elasticsearch.cli.UserError to org.elasticsearch.UserException to
make its name consistent with where it falls in this hierarchy.

Relates #19254
2016-07-04 19:22:29 -04:00
..
src/test Rename UserError 2016-07-04 19:22:29 -04:00
build.gradle Plugins: Add status bar on download (#18695) 2016-06-29 16:44:12 +02:00