Custom Exception when there is an issue in creating a species object. More...
#include <InvalidInput.h>
Public Member Functions | |
InvalidSpecies (const std::string &name, const std::string &message) | |
const char * | what () const noexcept override |
custom what for the custom error message | |
Custom Exception when there is an issue in creating a species object.
prism::InvalidSpecies::InvalidSpecies | ( | const std::string & | name, |
const std::string & | message ) |
name | the species that failed to be created |
message | an additional error message for more context |