|
bpp-seq3
3.0.0
|
Exception sent when a empty site is found. More...
#include <Bpp/Seq/SiteExceptions.h>
Inheritance diagram for bpp::EmptySiteException:
Collaboration diagram for bpp::EmptySiteException:Public Member Functions | |
| EmptySiteException (const std::string &text, const CoreSiteInterface *s) | |
| virtual | ~EmptySiteException () |
| 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 empty site is found.
Definition at line 69 of file SiteExceptions.h.
|
inline |
Definition at line 73 of file SiteExceptions.h.
|
inlinevirtual |
Definition at line 76 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=().