bpp-seq3
3.0.0
|
Exception sent when a site containing gap is found. More...
#include <Bpp/Seq/SiteExceptions.h>
Public Member Functions | |
SiteWithGapException (const std::string &text, const CoreSiteInterface *s) | |
virtual | ~SiteWithGapException () |
virtual const CoreSiteInterface * | getSite () const |
Get the site that threw the exception. More... | |
const char * | what () const noexcept override |
const std::string & | message () const noexcept |
Private Attributes | |
const CoreSiteInterface * | site_ |
A reference toward a site object. More... | |
std::string | message_ |
Exception sent when a site containing gap is found.
Definition at line 82 of file SiteExceptions.h.
|
inline |
Definition at line 86 of file SiteExceptions.h.
|
inlinevirtual |
Definition at line 89 of file SiteExceptions.h.
|
inlinevirtualinherited |
Get the site that threw the exception.
Definition at line 63 of file SiteExceptions.h.
References bpp::SiteException::site_.
|
privateinherited |
A reference toward a site object.
Definition at line 26 of file SiteExceptions.h.
Referenced by bpp::SiteException::getSite(), and bpp::SiteException::operator=().