libSBML Perl API
libSBML 5.17.2 Perl API
|
{core}
Exception used by package extensionsThis class of objects is defined by libSBML only and has no direct equivalent in terms of SBML components. This class is not prescribed by the SBML specifications, although it is used to implement features defined in SBML.
Public Member Functions | |
SBMLExtensionException (const std::string &errmsg) throw () | |
Creates a new SBMLExtensionException object with a given message. More... | |
SBMLExtensionException::SBMLExtensionException | ( | const std::string & | errmsg | ) | |
throw | ( | ||||
) |
Creates a new SBMLExtensionException object with a given message.
errmsg | a string, the text of the error message to store with this exception. |