Ghidra Decompiler Analysis Engine
Public Member Functions | Public Attributes | List of all members
LowlevelError Struct Reference

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

#include <error.hh>

Inheritance diagram for LowlevelError:
Inheritance graph
[legend]

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 LowlevelError::explain

Explanatory string


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