decompiler  1.0.0
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:
BadDataError DataUnavailError EvaluationError JavaError JumptableNotReachableError JumptableThunkError ParamUnassignedError ParseError RecovError 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

string LowlevelError::explain

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