5 #ifndef _GENERALEXCEPTIONS_H_
6 #define _GENERALEXCEPTIONS_H_
59 const std::string
id_;
The AlleleNotFoundException class.
AlleleNotFoundException(const char *text, size_t id)
Build the exception with a numerical identifier.
virtual const std::string getIdentifier() const
Return the value of the identifier as a string.
~AlleleNotFoundException()
The BadIdentifierException class.
~BadIdentifierException()
BadIdentifierException(const char *text, size_t id)
Build the exception with a numerical identifier.
virtual const std::string getIdentifier() const
Return the value of the identifier as a string.
The GroupNotFoundException class.
~GroupNotFoundException()
GroupNotFoundException(const char *text, size_t id)
Build the exception with a numerical identifier.
virtual const std::string getIdentifier() const
Return the value of the identifier as a string.
The IndividualNotFoundException class.
virtual const std::string getIdentifier() const
Return the value of the identifier as a string.
IndividualNotFoundException(const char *text, size_t id)
Build the exception with a numerical identifier.
~IndividualNotFoundException()
The LocalityNotFoundException class.
LocalityNotFoundException(const char *text, size_t id)
Build the exception with a numerical identifier.
~LocalityNotFoundException()
virtual const std::string getIdentifier() const
Return the value of the identifier as a string.
The LocusNotFoundException class.
virtual const std::string getIdentifier() const
Return the value of the identifier as a string.
LocusNotFoundException(const char *text, size_t id)
Build the exception with a numerical identifier.
~LocusNotFoundException()