15 const size_t id) :
Exception(
"BadIdentifierException: " +
16 string(text) +
"(" + TextTools::
toString(id) +
")"),
20 const size_t id) :
Exception(
"BadIdentifierException: " +
21 text +
"(" + TextTools::
toString(id) +
")"),
25 const std::string&
id) :
Exception(
"BadIdentifierException: " + string(text) +
30 const std::string&
id) :
Exception(
"BadIdentifierException: " + text +
45 string(text) +
"(" + TextTools::
toString(id) +
")",
50 text +
"(" + TextTools::
toString(id) +
")",
74 string(text) +
"(" + TextTools::
toString(id) +
")",
79 text +
"(" + TextTools::
toString(id) +
")",
103 string(text) +
"(" + TextTools::
toString(id) +
")",
108 text +
"(" + TextTools::
toString(id) +
")",
132 string(text) +
"(" + TextTools::
toString(id) +
")",
137 text +
"(" + TextTools::
toString(id) +
")",
161 string(text) +
"(" + TextTools::
toString(id) +
")",
166 text +
"(" + TextTools::
toString(id) +
")",
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.
~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.
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()
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.
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()
std::string toString(T t)