#include <exceptions.h>
Public Member Functions |
|
RuntimeError (const MCHAR *d1) | |
RuntimeError (const MCHAR *d1, const MCHAR *d2) | |
RuntimeError (const MCHAR *d1, Value *ii) | |
RuntimeError (const MCHAR *d1, const MCHAR *d2, Value *ii) | |
RuntimeError (Value *ii) | |
~RuntimeError () | |
void | init (const MCHAR *d1, const MCHAR *d2, Value *ii) |
void | sprin1 (CharStream *s) |
Public Attributes |
|
MCHAR * | desc1 |
MCHAR * | desc2 |
Value * | info |
RuntimeError | ( | const MCHAR * | d1 | ) |
RuntimeError | ( | const MCHAR * | d1, |
const MCHAR * | d2 | ||
) |
RuntimeError | ( | const MCHAR * | d1, |
Value * | ii | ||
) |
RuntimeError | ( | const MCHAR * | d1, |
const MCHAR * | d2, | ||
Value * | ii | ||
) |
RuntimeError | ( | Value * | ii | ) |
~RuntimeError | ( | ) |
void init | ( | const MCHAR * | d1, |
const MCHAR * | d2, | ||
Value * | ii | ||
) |
void sprin1 | ( | CharStream * | s | ) | [virtual] |
Reimplemented from MAXScriptException.
MCHAR* desc1 |
MCHAR* desc2 |