Class CmdLnException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CmdLnArgumentException, UnknownCmdLnOptionException

public class CmdLnException extends IllegalArgumentException
Exception thrown when a command line cannot be parsed. More information about this class and code samples for suggested use are available from ostermiller.org.
Since:
ostermillerutils 1.07.00
Author:
Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also: