bpp-core3
3.0.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=nullptr) | |
const std::vector< T > * | getVector () const |
const char * | what () const noexcept override |
Method to get the message of the exception (STL method redefinition). More... | |
const std::string & | message () const noexcept |
Access the message as a std::string. More... | |
Protected Attributes | |
const std::vector< T > * | vect_ |
Exception thrown when an empty vector was found.
Definition at line 34 of file VectorExceptions.h.
|
inline |
Definition at line 37 of file VectorExceptions.h.
|
inlineinherited |
Definition at line 29 of file VectorExceptions.h.
References bpp::VectorException< T >::vect_.
|
noexceptinherited |
Access the message as a std::string.
Definition at line 79 of file Exceptions.cpp.
References bpp::Exception::message_.
|
overridenoexceptinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 78 of file Exceptions.cpp.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 20 of file VectorExceptions.h.
Referenced by bpp::VectorException< T >::getVector().