public static class CommandLine.ParseException
extends java.lang.Exception
An Exception thrown by the CommandLine class.
The dependency on InvalidCommandLineArgumentException is only there
to help existing code that depends on the version 0.x of the CommandLine
class. New code should use this ParseException instead.