|
decompiler
1.0.0
|
An error generated while parsing a command or language. More...
#include <error.hh>
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 |
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.
1.8.11