Class OptionInvalid

Inheritance Relationships

Base Type

  • public invalid_argument

Class Documentation

class OptionInvalid : public invalid_argument

The option given is not valid at this time.

Public Functions

inline explicit OptionInvalid(const char *s)

Constructor.

Parameters

s – text description of the exception

inline explicit OptionInvalid(const std::string &s)

Constructor.

Parameters

s – text description of the exception