Class HelpNeedingException

An exception that bubbles up to main function where it can be catched for proper handling of wrong passed arguments, or missing arguments from command line or any other source of properties.

class HelpNeedingException
  : object.Exception ;

Constructors

NameDescription
thisConstructor for HelpNeedingException

Methods

NameDescription
toStringConvert exception into a nice printable version.