|
libSBML C++ API
5.18.0
|
This is the complete list of members for SBMLError, including all inherited members.
| getCategory() const | XMLError | |
| getCategoryAsString() const | XMLError | |
| getColumn() const | XMLError | |
| getErrorId() const | XMLError | |
| getErrorIdOffset() const | XMLError | |
| getLine() const | XMLError | |
| getMessage() const | XMLError | |
| getPackage() const | XMLError | |
| getSeverity() const | XMLError | |
| getSeverityAsString() const | XMLError | |
| getShortMessage() const | XMLError | |
| getStandardMessage(const int code) | XMLError | static |
| isError() const | XMLError | |
| isFatal() const | XMLError | |
| isInfo() const | XMLError | |
| isInternal() const | XMLError | |
| isSystem() const | XMLError | |
| isValid() const | XMLError | |
| isWarning() const | XMLError | |
| isXML() const | XMLError | |
| operator=(const XMLError &rhs) | XMLError | |
| SBMLError(const unsigned int errorId=0, const unsigned int level=SBML_DEFAULT_LEVEL, const unsigned int version=SBML_DEFAULT_VERSION, const std::string details="", const unsigned int line=0, const unsigned int column=0, const unsigned int severity=LIBSBML_SEV_ERROR, const unsigned int category=LIBSBML_CAT_SBML, const std::string package="core", const unsigned int pkgVersion=1) | SBMLError | |
| SBMLError(const SBMLError &orig) | SBMLError | |
| setColumn(unsigned int column) | XMLError | |
| setLine(unsigned int line) | XMLError | |
| XMLError(const int errorId=0, const std::string details="", const unsigned int line=0, const unsigned int column=0, const unsigned int severity=LIBSBML_SEV_FATAL, const unsigned int category=LIBSBML_CAT_INTERNAL) | XMLError | |
| XMLError(const XMLError &orig) | XMLError | |
| ~SBMLError() | SBMLError | virtual |
| ~XMLError() | XMLError | virtual |