libSBML C++ API
5.18.0
|
This is the complete list of members for XMLError, 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 | |
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 | |
~XMLError() | XMLError | virtual |