Balau exceptions for the command line parser. More...
#include <Balau/Exception/BalauException.hpp>Go to the source code of this file.
Classes | |
| class | CommandlineException |
| Base class of command line exception classes. More... | |
| class | MissingFinalValueException |
| Thrown when there is no final value available and one is required. More... | |
| class | MissingOptionValueException |
| Thrown when there is no option value available and one is required. More... | |
| class | OptionNotFoundException |
| Thrown when an invalid command line parameter is specified. More... | |
| class | OptionValueException |
| Thrown when a requested option value cannot be coerced into the required type. More... | |
Namespaces | |
| Balau::Exception | |
| All exception classes. | |
Balau exceptions for the command line parser.