CompileError Class Reference
 
 
 
CompileError Class Reference

#include <exceptions.h>

Inheritance diagram for CompileError:
MAXScriptException SyntaxError

Public Member Functions

  CompileError (const MCHAR *d, const MCHAR *i, const MCHAR *l, const MCHAR *f=null_string)
  CompileError ()
  ~CompileError ()
void  sprin1 (CharStream *s)
void  set_file (const MCHAR *f)

Public Attributes

MCHAR *  description
MCHAR *  info
MCHAR *  line
MCHAR *  file

Constructor & Destructor Documentation

CompileError ( const MCHAR *  d,
const MCHAR *  i,
const MCHAR *  l,
const MCHAR *  f = null_string 
)

Member Function Documentation

void sprin1 ( CharStream *  s ) [virtual]

Reimplemented from MAXScriptException.

Reimplemented in SyntaxError.

void set_file ( const MCHAR *  f )

Member Data Documentation