bpp-seq
2.2.0
|
The sequence exception base class. More...
#include <Bpp/Seq/SequenceExceptions.h>
Public Member Functions | |
SequenceException (const std::string &text, const Sequence *seq=0) | |
Build a new SequenceException object. More... | |
SequenceException (const SequenceException &se) | |
SequenceException & | operator= (const SequenceException &se) |
virtual | ~SequenceException () throw () |
virtual const Sequence * | getSequence () const |
Get the sequence that threw the exception. More... | |
Private Attributes | |
const Sequence * | sequence_ |
A pointer toward a sequence object. More... | |
The sequence exception base class.
Definition at line 56 of file SequenceExceptions.h.
SequenceException::SequenceException | ( | const std::string & | text, |
const Sequence * | seq = 0 |
||
) |
Build a new SequenceException 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 48 of file SequenceExceptions.cpp.
|
inline |
Definition at line 76 of file SequenceExceptions.h.
|
inlinevirtual |
Definition at line 84 of file SequenceExceptions.h.
|
inlinevirtual |
Get the sequence that threw the exception.
Definition at line 93 of file SequenceExceptions.h.
References sequence_.
|
inline |
Definition at line 77 of file SequenceExceptions.h.
References sequence_.
|
private |
A pointer toward a sequence object.
Definition at line 64 of file SequenceExceptions.h.
Referenced by getSequence(), and operator=().