AndroMeta  2.0.0
Public Member Functions
Meta::MProcessError Class Reference

Thrown when an M interpreter gets an undefined symbol or function. More...

#include <MProcessError.h>

Inheritance diagram for Meta::MProcessError:
Meta::MError

List of all members.

Public Member Functions

 MProcessError (const mstr &msg) throw ()
virtual ~MProcessError () throw ()

Detailed Description

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.


Constructor & Destructor Documentation

Meta::MProcessError::MProcessError ( const mstr msg) throw ()

Constructor.

virtual Meta::MProcessError::~MProcessError ( ) throw () [virtual]

Destructor.


The documentation for this class was generated from the following file: