RuntimeError Class Reference
 
 
 
RuntimeError Class Reference

This reference page is linked to from the following overview topics: Super-holds.


#include <exceptions.h>

Inheritance diagram for RuntimeError:
MAXScriptException

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
ValueHolderMember  info

Constructor & Destructor Documentation

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 )

Member Function Documentation

void init ( const MCHAR *  d1,
const MCHAR *  d2,
Value ii 
)
void sprin1 ( CharStream *  s ) [virtual]

Member Data Documentation