bpp-seq
2.2.0
|
Exception thrown when a sequence is not align with others. More...
#include <Bpp/Seq/SequenceExceptions.h>
Public Member Functions | |
SequenceNotAlignedException (const std::string &text, const Sequence *seq) | |
Build a new SequenceNotAlignedException object. More... | |
virtual | ~SequenceNotAlignedException () throw () |
virtual const Sequence * | getSequence () const |
Get the sequence that threw the exception. More... | |
Exception thrown when a sequence is not align with others.
Typically, this may occur when you try to add a bad sequence to a site container.
Definition at line 141 of file SequenceExceptions.h.
SequenceNotAlignedException::SequenceNotAlignedException | ( | const std::string & | text, |
const Sequence * | seq | ||
) |
Build a new SequenceNotAlignedException 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 64 of file SequenceExceptions.cpp.
|
inlinevirtual |
Definition at line 155 of file SequenceExceptions.h.
|
inlinevirtualinherited |
Get the sequence that threw the exception.
Definition at line 93 of file SequenceExceptions.h.
References bpp::SequenceException::sequence_.