Ghidra Decompiler Analysis Engine
Classes
error.hh File Reference

Base class for error handling facilities. More...

#include "types.h"
#include <sstream>
#include <fstream>
#include <iomanip>
#include <map>
#include <set>
#include <list>
#include <vector>
#include <algorithm>
#include <cstring>
#include <cctype>
Include dependency graph for error.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LowlevelError
 The lowest level error generated by the decompiler. More...
 
struct  RecovError
 A generic recoverable error. More...
 
struct  ParseError
 An error generated while parsing a command or language. More...
 

Detailed Description

Base class for error handling facilities.

This is also doubles as a place to list the common include files