![]() |
BadScript 2
|
Go to the source code of this file.
Classes | |
class | CommandLine.Error |
Base type of all errors. More... | |
class | CommandLine.TokenError |
Base type of all errors related to bad token detection. More... | |
class | CommandLine.BadFormatTokenError |
Models an error generated when an invalid token is detected. More... | |
class | CommandLine.NamedError |
Base type of all erros with name information. More... | |
class | CommandLine.MissingValueOptionError |
Models an error generated when an option lacks its value. More... | |
class | CommandLine.UnknownOptionError |
Models an error generated when an unknown option is detected. More... | |
class | CommandLine.MissingRequiredOptionError |
Models an error generated when a required option is required. More... | |
class | CommandLine.MutuallyExclusiveSetError |
Models an error generated when a an option from another set is defined. More... | |
class | CommandLine.BadFormatConversionError |
Models an error generated when a value conversion fails. More... | |
class | CommandLine.SequenceOutOfRangeError |
Models an error generated when a sequence value lacks elements. More... | |
class | CommandLine.RepeatedOptionError |
Models an error generated when an option is repeated two or more times. More... | |
class | CommandLine.BadVerbSelectedError |
Models an error generated when an unknown verb is detected. More... | |
class | CommandLine.HelpRequestedError |
Models an error generated when a user explicitly requests help. More... | |
class | CommandLine.HelpVerbRequestedError |
Models an error generated when a user explicitly requests help in verb commands scenario. More... | |
class | CommandLine.NoVerbSelectedError |
Models an error generated when no verb is selected. More... | |
class | CommandLine.VersionRequestedError |
Models an error generated when a user explicitly requests version. More... | |
class | CommandLine.SetValueExceptionError |
Models as error generated when exception is thrown at Property.SetValue. More... | |
class | CommandLine.InvalidAttributeConfigurationError |
Models an error generated when an invalid token is detected. More... | |
class | CommandLine.MissingGroupOptionError |
class | CommandLine.GroupOptionAmbiguityError |
class | CommandLine.MultipleDefaultVerbsError |
Models an error generated when multiple default verbs are defined. More... | |
Namespaces | |
namespace | CommandLine |