#include <Mtx.h>
Inherits Err.
Inheritance diagram for MtxErr:

Public Types | |
| ERR_CNT | |
| enum | ERR_ENUM { INIT = 0, MEMORY, SINGULAR, ERR_CNT } |
| INIT = 0 | |
| MEMORY | |
| SINGULAR | |
Public Member Functions | |
| MtxErr (enum MtxErr::ERR_ENUM indErr) | |
This class implements error indices and error messages for the class calc::Mtx. On instantiation, this class stores an exception enumeration index and sets a class identification text with an exception description string. On error, calc::Mtx software implementation throws a calc::MtxErr object within a user-supplied try/catch statement.
| enum ERR_ENUM |
Enumeration indicates the error index of a thrown calc::MtxErr object.
| MtxErr | ( | enum MtxErr::ERR_ENUM | indErr | ) |
Constructor initializes an error object with the specified error index, class name, and error text string.
| indErr | error index |
1.4.7