|
WSF
|
An exception that is thrown when a command line argument cannot be parsed. More...
#include <WsfStandardApplication.hpp>


Public Member Functions | |
| InvalidCommandLineArgument (const std::string &aToken) | |
| ~InvalidCommandLineArgument () override=default | |
| Public Member Functions inherited from WsfApplication::Exception | |
| Exception (const std::string &aWhat) | |
| int | GetReturnCode () const |
Additional Inherited Members | |
| Protected Attributes inherited from WsfApplication::Exception | |
| int | mReturnCode |
An exception that is thrown when a command line argument cannot be parsed.
| WsfStandardApplication::InvalidCommandLineArgument::InvalidCommandLineArgument | ( | const std::string & | aToken | ) |
|
overridedefault |