bpp-seq
2.2.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 SequenceContainer *container) | |
Build a new EmptyContainerException object. More... | |
EmptyContainerException (const EmptyContainerException &ece) | |
EmptyContainerException & | operator= (const EmptyContainerException &ece) |
virtual | ~EmptyContainerException () throw () |
virtual const SequenceContainer * | getContainer () const |
Private Attributes | |
const SequenceContainer * | container_ |
The empty container. More... | |
Exception thrown when an empty container is found.
Definition at line 102 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 121 of file SequenceContainerExceptions.h.
|
inline |
Definition at line 125 of file SequenceContainerExceptions.h.
|
inlinevirtual |
Definition at line 136 of file SequenceContainerExceptions.h.
|
inlinevirtual |
Definition at line 143 of file SequenceContainerExceptions.h.
References container_.
|
inline |
Definition at line 128 of file SequenceContainerExceptions.h.
References container_.
|
private |
The empty container.
Definition at line 111 of file SequenceContainerExceptions.h.
Referenced by getContainer(), and operator=().