libSBML Perl API  libSBML 5.17.2 Perl API
SBMLExtensionException Class Reference
Inheritance diagram for SBMLExtensionException:
[legend]

Detailed Description

{core}

Exception used by package extensions

This 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.

See also
SBMLNamespaces

Public Member Functions

 SBMLExtensionException (const std::string &errmsg) throw ()
 Creates a new SBMLExtensionException object with a given message. More...
 

Constructor & Destructor Documentation

◆ SBMLExtensionException()

SBMLExtensionException::SBMLExtensionException ( const std::string &  errmsg)
throw (
)

Creates a new SBMLExtensionException object with a given message.

Parameters
errmsga string, the text of the error message to store with this exception.