decompiler
1.0.0
|
Exception indicating data was not available. More...
#include <loadimage.hh>
Public Member Functions | |
DataUnavailError (const string &s) | |
Instantiate with an explanatory string. | |
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 |
Exception indicating data was not available.
This exception is thrown when a request for load image data cannot be met, usually because the requested address range is not in the image.