TBCI Numerical high perf. C++ Library 2.8.0
MatErr Class Reference

exception class More...

#include <matrix.h>

Inheritance diagram for MatErr:
Collaboration diagram for MatErr:

Public Member Functions

 MatErr ()
 MatErr (const char *t, const long i=0)
 MatErr (const MatErr &me)
virtual ~MatErr () throw ()
Public Member Functions inherited from NumErr
 NumErr ()
 NumErr (const char *txt, const long idx=0)
 NumErr (const std::string &str, const long idx=0)
 NumErr (const NumErr &ne)
virtual const char * what () const throw ()
virtual ~NumErr () throw ()

Additional Inherited Members

Public Attributes inherited from NumErr
const char * errtext
 Short error description in _what.
long index
 Index for out of bounds error.

Detailed Description

exception class

Definition at line 53 of file matrix.h.

Constructor & Destructor Documentation

◆ MatErr() [1/3]

MatErr::MatErr ( )
inline

Definition at line 56 of file matrix.h.

References NumErr::NumErr().

Referenced by MatErr().

◆ MatErr() [2/3]

MatErr::MatErr ( const char * t,
const long i = 0 )
inline

Definition at line 58 of file matrix.h.

References i, and NumErr::NumErr().

◆ MatErr() [3/3]

MatErr::MatErr ( const MatErr & me)
inline

Definition at line 60 of file matrix.h.

References MatErr(), and NumErr::NumErr().

◆ ~MatErr()

virtual MatErr::~MatErr ( )
throw ( )
inlinevirtual

Definition at line 62 of file matrix.h.


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