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


Public Member Functions | |
| InputProcessingFailure (const std::string &aWhat, bool aIsExpected) | |
| ~InputProcessingFailure () 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::InputProcessingFailure::InputProcessingFailure | ( | const std::string & | aWhat, |
| bool | aIsExpected ) |
|
overridedefault |