SyntaxError Class Reference

SyntaxError Class Reference

#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
MCHARdescription
 
MCHARinfo
 
MCHARline
 
MCHARfile
 

Constructor & Destructor Documentation

SyntaxError ( const MCHAR w,
const MCHAR g,
const MCHAR l = null_string,
const MCHAR f = null_string 
)

Member Function Documentation

void sprin1 ( CharStream s)
virtual

Reimplemented from CompileError.