#include <exceptions.h>
Inheritance diagram for SyntaxError:Public Member Functions | |
| SyntaxError (const MCHAR *w, const MCHAR *g, const MCHAR *l=null_string, const MCHAR *f=null_string) | |
| ~SyntaxError () | |
| void | sprin1 (CharStream *s) |
Public Member Functions inherited from CompileError | |
| CompileError (const MCHAR *d, const MCHAR *i, const MCHAR *l, const MCHAR *f=null_string) | |
| CompileError () | |
| ~CompileError () | |
| void | set_file (const MCHAR *f) |
Public Member Functions inherited from MAXScriptException | |
| MAXScriptException () | |
| virtual | ~MAXScriptException () |
Additional Inherited Members | |
Public Attributes inherited from CompileError | |
| MCHAR * | description |
| MCHAR * | info |
| MCHAR * | line |
| MCHAR * | file |
| SyntaxError | ( | const MCHAR * | w, |
| const MCHAR * | g, | ||
| const MCHAR * | l = null_string, |
||
| const MCHAR * | f = null_string |
||
| ) |
| ~SyntaxError | ( | ) |
|
virtual |
Reimplemented from CompileError.