|
AndroMeta
2.0.0
|
Thrown when an M interpreter gets an undefined symbol or function. More...
#include <MProcessError.h>
Public Member Functions | |
| MProcessError (const mstr &msg) throw () | |
| virtual | ~MProcessError () throw () |
Thrown when an M interpreter gets an undefined symbol or function.
The M interpreter may be configured to run in non-strict mode, however the default mode is strict: this error is thrown when an M interpreter gets an undefined symbol or function.
| Meta::MProcessError::MProcessError | ( | const mstr & | msg | ) | throw () |
Constructor.
| virtual Meta::MProcessError::~MProcessError | ( | ) | throw () [virtual] |
Destructor.
1.7.6.1