Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::BadDataError Struct Reference

Exception for bad instruction data. More...

#include <translate.hh>

Inheritance diagram for ghidra::BadDataError:
[legend]
Collaboration diagram for ghidra::BadDataError:
[legend]

Public Member Functions

 BadDataError (const string &s)
 Constructor.
 
- Public Member Functions inherited from ghidra::LowlevelError
 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Additional Inherited Members

- Public Attributes inherited from ghidra::LowlevelError
string explain
 

Detailed Description

Exception for bad instruction data.

This error is thrown when the system cannot decode data for a particular instruction. This usually means that the data is not really a machine instruction, but may indicate that the system is unaware of the particular instruction.

Constructor & Destructor Documentation

◆ BadDataError()

ghidra::BadDataError::BadDataError ( const string &  s)
inline

Constructor.

Parameters
sis a more verbose description of the error

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