bpp-seq3
3.0.0
|
Exception thrown when an empty container is found. More...
#include <Bpp/Seq/Container/SequenceContainerExceptions.h>
Public Member Functions | |
EmptyContainerException (const std::string &text, const SequencedValuesContainer *container) | |
Build a new EmptyContainerException object. More... | |
EmptyContainerException (const EmptyContainerException &ece) | |
EmptyContainerException & | operator= (const EmptyContainerException &ece) |
virtual | ~EmptyContainerException () |
virtual const SequencedValuesContainer * | getContainer () const |
const char * | what () const noexcept override |
const std::string & | message () const noexcept |
Private Attributes | |
const SequencedValuesContainer * | container_ |
The empty container. More... | |
std::string | message_ |
Exception thrown when an empty container is found.
Definition at line 63 of file SequenceContainerExceptions.h.
|
inline |
Build a new EmptyContainerException object.
text | A message to be passed to the exception hierarchy. |
container | The empty container. |
Definition at line 79 of file SequenceContainerExceptions.h.
|
inline |
Definition at line 83 of file SequenceContainerExceptions.h.
|
inlinevirtual |
Definition at line 94 of file SequenceContainerExceptions.h.
|
inlinevirtual |
Definition at line 100 of file SequenceContainerExceptions.h.
References container_.
|
inline |
Definition at line 86 of file SequenceContainerExceptions.h.
References container_.
|
private |
The empty container.
Definition at line 70 of file SequenceContainerExceptions.h.
Referenced by getContainer(), and operator=().