Class CommandArgumentException
Defined in File errorHandler.h
Inheritance Relationships
Base Type
public ErrorHandler
(Class ErrorHandler)
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.
-
inline explicit CommandArgumentException(const std::string &message)