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

The lowest level error generated by the decompiler. More...

#include <error.hh>

Inheritance diagram for ghidra::LowlevelError:
ghidra::BadDataError ghidra::DataUnavailError ghidra::EvaluationError ghidra::JavaError ghidra::JumptableNotReachableError ghidra::JumptableThunkError ghidra::ParamUnassignedError ghidra::ParseError ghidra::RecovError ghidra::UnimplError

Public Member Functions

 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Public Attributes

string explain
 

Detailed Description

The lowest level error generated by the decompiler.

This is the base error for all exceptions thrown by the decompiler. This underived form is thrown for very low level errors that immediately abort decompilation (usually for just a single function).

Member Data Documentation

◆ explain

string ghidra::LowlevelError::explain

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