40 #ifndef _SITEEXCEPTIONS_H_ 41 #define _SITEEXCEPTIONS_H_ 43 #include <Bpp/Exceptions.h> 79 Exception::operator=(se);
123 #endif // _SITEEXCEPTIONS_H_ SiteWithGapException(const std::string &text, const Site *s=0)
This alphabet is used to deal NumericAlphabet.
The site exception base class.
const Site * site_
A pointer toward a site object.
virtual ~SiteWithGapException()
EmptySiteException(const std::string &text, const Site *s=0)
SiteException(const SiteException &se)
Exception sent when a empty site is found.
Exception sent when a site containing gap is found.
SiteException & operator=(const SiteException &se)
virtual const Site * getSite() const
Get the site that threw the exception.
SiteException(const std::string &text, const Site *s=0)
Build a new SiteException object.
virtual ~EmptySiteException()