|
decompiler
1.0.0
|
An exception describing a parsing error in a command line. More...
#include <interface.hh>
Public Member Functions | |
| IfaceParseError (const string &s) | |
| Constructor. | |
Public Member Functions inherited from ghidra::IfaceError | |
| IfaceError (const string &s) | |
| Constructor. | |
Additional Inherited Members | |
Public Attributes inherited from ghidra::IfaceError | |
| string | explain |
| Explanatory string. | |
An exception describing a parsing error in a command line.
Thrown when attempting to parse a command line. Options are missing or are in the wrong form etc.
1.8.13