|
libSBML C++ API
5.20.2
|
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_UNKNOWN, const unsigned int category=LIBSBML_CAT_SBML, const std::string package="core", const unsigned int pkgVersion=1) | SBMLError | |
| setCategory(unsigned int category) | XMLError | virtual |
| setCategoryString(const std::string &categoryString) | XMLError | virtual |
| setColumn(unsigned int column) | XMLError | |
| setErrorId(unsigned int errorId) | XMLError | virtual |
| setLine(unsigned int line) | XMLError | |
| setMessage(const std::string &message) | XMLError | virtual |
| setSeverity(unsigned int severity) | XMLError | virtual |
| setSeverityString(const std::string &severityString) | XMLError | virtual |
| setShortMessage(const std::string &shortMessage) | XMLError | virtual |
| 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 | |
| ~XMLError() | XMLError | virtual |