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

A generic recoverable error. More...

#include <error.hh>

Inheritance diagram for ghidra::RecovError:
ghidra::LowlevelError ghidra::DuplicateFunctionError

Public Member Functions

 RecovError (const string &s)
 Initialize the error 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
 

Detailed Description

A generic recoverable error.

This error is the most basic form of recoverable error, meaning there is some problem that the user did not take into account.


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