Class CommandArgumentException

Inheritance Relationships

Base Type

Class Documentation

class CommandArgumentException : public ErrorHandler

Exception for invalid command line arguments.

Public Functions

inline explicit CommandArgumentException(const std::string &message)

Constructs a CommandArgumentException with a custom message.

Parameters:

message – The message detailing the cause of the exception.