| bpp-seq
    2.2.0
    | 
Exception thrown when a sequence is not found The sequence not found exception base class. More...
#include <Bpp/Seq/Container/SequenceContainerExceptions.h>
 Inheritance diagram for bpp::SequenceNotFoundException:
 Inheritance diagram for bpp::SequenceNotFoundException: Collaboration diagram for bpp::SequenceNotFoundException:
 Collaboration diagram for bpp::SequenceNotFoundException:| 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 () throw () | 
| virtual const std::string | getSequenceId () const | 
| Get the id of the sequence that was to be found.  More... | |
| Protected Attributes | |
| const std::string | id | 
| The id of the sequence that was to be found.  More... | |
Exception thrown when a sequence is not found The sequence not found exception base class.
Definition at line 53 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 72 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 82 of file SequenceContainerExceptions.h.
| 
 | inlinevirtual | |||||||||||||
Definition at line 87 of file SequenceContainerExceptions.h.
| 
 | inlinevirtual | 
Get the id of the sequence that was to be found.
Definition at line 96 of file SequenceContainerExceptions.h.
References id.
Referenced by bpp::MapSequenceContainer::getKey().
| 
 | protected | 
The id of the sequence that was to be found.
Definition at line 62 of file SequenceContainerExceptions.h.
Referenced by getSequenceId().