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

exception class More...

#include <bvector.h>

Inheritance diagram for VecErr:
Collaboration diagram for VecErr:

Public Member Functions

 VecErr ()
 VecErr (const char *t, const long i=0)
 VecErr (const VecErr &ve)
virtual ~VecErr () 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 31 of file bvector.h.

Constructor & Destructor Documentation

◆ VecErr() [1/3]

VecErr::VecErr ( )
inline

Definition at line 34 of file bvector.h.

References NumErr::NumErr().

Referenced by VecErr().

◆ VecErr() [2/3]

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

Definition at line 36 of file bvector.h.

References i, and NumErr::NumErr().

◆ VecErr() [3/3]

VecErr::VecErr ( const VecErr & ve)
inline

Definition at line 38 of file bvector.h.

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

◆ ~VecErr()

virtual VecErr::~VecErr ( )
throw ( )
inlinevirtual

Definition at line 40 of file bvector.h.


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