bpp-seq
2.2.0
|
Exception thrown when a sequence is found to have gap and it should not. More...
#include <Bpp/Seq/SequenceExceptions.h>
Public Member Functions | |
SequenceWithGapException (const std::string &text, const Sequence *seq=0) | |
Build a new SequenceWithGapException object. More... | |
virtual | ~SequenceWithGapException () throw () |
virtual const Sequence * | getSequence () const |
Get the sequence that threw the exception. More... | |
Exception thrown when a sequence is found to have gap and it should not.
Definition at line 119 of file SequenceExceptions.h.
SequenceWithGapException::SequenceWithGapException | ( | const std::string & | text, |
const Sequence * | seq = 0 |
||
) |
Build a new SequenceWithGapException object.
text | A message to be passed to the exception hierarchy. |
seq | A const pointer toward the sequence that threw the exception. |
Definition at line 59 of file SequenceExceptions.cpp.
|
inlinevirtual |
Definition at line 133 of file SequenceExceptions.h.
|
inlinevirtualinherited |
Get the sequence that threw the exception.
Definition at line 93 of file SequenceExceptions.h.
References bpp::SequenceException::sequence_.