FlagStringException

Exception thrown when a flag argument is not one of the expected values.

It is a normal Exception but with an attached value string.

Constructors

this
this(string message, string file, size_t line, Throwable nextInChain)

Create a new FlagStringException, without attaching a value.

this
this(string message, string value, string file, size_t line, Throwable nextInChain)

Create a new FlagStringException, attaching a value.

Members

Variables

value
string value;

The value that was given as a flag argument.