TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | List of all members
FSVecErr Class Reference

exception class More...

#include <fs_vector.h>

Inheritance diagram for FSVecErr:
Inheritance graph
[legend]
Collaboration diagram for FSVecErr:
Collaboration graph
[legend]

Public Member Functions

 FSVecErr ()
 
 FSVecErr (const char *t, const long i=0)
 
 FSVecErr (const FSVecErr &fe)
 
virtual ~FSVecErr () 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. More...
 
long index
 Index for out of bounds error. More...
 

Detailed Description

exception class

Definition at line 27 of file fs_vector.h.

Constructor & Destructor Documentation

FSVecErr::FSVecErr ( )
inline

Definition at line 30 of file fs_vector.h.

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

Definition at line 32 of file fs_vector.h.

FSVecErr::FSVecErr ( const FSVecErr fe)
inline

Definition at line 34 of file fs_vector.h.

virtual FSVecErr::~FSVecErr ( )
throw (
)
inlinevirtual

Definition at line 36 of file fs_vector.h.


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