bpp-seq3
3.0.0
|
Exception thrown when a sequence is not found The sequence not found exception base class. More...
#include <Bpp/Seq/Container/SequenceContainerExceptions.h>
Public Member Functions | |
SequenceNotFoundException (const char *text, const char *seqId="") | |
Build a new SequenceNotFoundException object. More... | |
SequenceNotFoundException (const std::string &text, const std::string &seqId="") | |
Build a new SequenceNotFoundException object. More... | |
virtual | ~SequenceNotFoundException () |
virtual const std::string | getSequenceId () const |
Get the id of the sequence that was to be found. More... | |
const char * | what () const noexcept override |
const std::string & | message () const noexcept |
Protected Attributes | |
const std::string | id |
The id of the sequence that was to be found. More... | |
Private Attributes | |
std::string | message_ |
Exception thrown when a sequence is not found The sequence not found exception base class.
Definition at line 18 of file SequenceContainerExceptions.h.
|
inline |
Build a new SequenceNotFoundException object.
text | A message to be passed to the exception hierarchy. |
seqId | A the id of the sequence that was to be found. |
Definition at line 34 of file SequenceContainerExceptions.h.
|
inline |
Build a new SequenceNotFoundException object.
text | A message to be passed to the exception hierarchy. |
seqId | A the id of the sequence that was to be found. |
Definition at line 44 of file SequenceContainerExceptions.h.
|
inlinevirtual |
Definition at line 49 of file SequenceContainerExceptions.h.
|
inlinevirtual |
Get the id of the sequence that was to be found.
Definition at line 57 of file SequenceContainerExceptions.h.
References id.
|
protected |
The id of the sequence that was to be found.
Definition at line 25 of file SequenceContainerExceptions.h.
Referenced by getSequenceId().