bpp-core
2.2.0
|
Exception thrown when an empty vector was found. More...
#include <Bpp/Numeric/VectorExceptions.h>
Public Member Functions | |
EmptyVectorException (const std::string &text, const std::vector< T > *vect=0) | |
virtual | ~EmptyVectorException () throw () |
virtual const std::vector< T > * | getVector () const |
const char * | what () const throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
const std::vector< T > * | vect_ |
std::string | message_ |
Exception thrown when an empty vector was found.
Definition at line 87 of file VectorExceptions.h.
|
inline |
Definition at line 92 of file VectorExceptions.h.
|
inlinevirtual |
Definition at line 95 of file VectorExceptions.h.
|
inlinevirtualinherited |
Definition at line 80 of file VectorExceptions.h.
References bpp::VectorException< T >::vect_.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().
|
protectedinherited |
Definition at line 62 of file VectorExceptions.h.
Referenced by bpp::VectorException< T >::getVector(), and bpp::VectorException< T >::operator=().