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

A generic recoverable error. More...

#include <error.hh>

Inheritance diagram for RecovError:
LowlevelError

Public Member Functions

 RecovError (const string &s)
 Initialize the error with an explanatory string.
 
- Public Member Functions inherited from LowlevelError
 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Additional Inherited Members

- Public Attributes inherited from 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: