User`s guide

mwException()
Purpose Construct new mwException with default e rror mess age
C++
Syntax
#include "mclcppclass. h"
throw mwException();
Arguments None
Return
Value
None
Description Use this constructor to create an mwException without specifying an
error message.
C-22