Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Launchpad Base 2.4.0
-
None
Description
The Loader.installerLauncherJar method is declared to throw IOException on error but also throws IllegalArgumentException in case of problems.
It would be better for error handling, if these IllegalArgumentExceptions are replaced by IOException being thrown.