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

An error generated while parsing a command or language. More...

#include <error.hh>

Inheritance diagram for ParseError:
LowlevelError

Public Member Functions

 ParseError (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

An error generated while parsing a command or language.

This error is generated when parsing character data of some form, as in a user command from the console or when parsing C syntax.


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