decompiler  1.0.0
Public Member Functions | List of all members
ghidra::IfaceParseError Struct Reference

An exception describing a parsing error in a command line. More...

#include <interface.hh>

Inheritance diagram for ghidra::IfaceParseError:
ghidra::IfaceError

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: