29#include <sbml/xml/XMLError.h>
30#include <sbml/xml/XMLErrorLog.h>
36LIBNUML_CPP_NAMESPACE_BEGIN
55 const NUMLError* getError (
unsigned int n)
const;
80 unsigned int getNumFailsWithSeverity(
unsigned int severity);
130 const unsigned int errorId = 0
133 ,
const std::string& details =
""
134 ,
const unsigned int line = 0
135 ,
const unsigned int column = 0
155 void add (
const std::list<NUMLError>& errors);
166 void remove (
const unsigned int errorId);
171LIBNUML_CPP_NAMESPACE_END
@ LIBNUML_SEV_ERROR
Definition: NUMLError.h:203
@ LIBNUML_CAT_NUML
General NUML error not falling into another category below.
Definition: NUMLError.h:149
LIBNUML_CPP_NAMESPACE_BEGIN const unsigned int NUML_DEFAULT_LEVEL
Definition: NUMLNamespaces.h:41
const unsigned int NUML_DEFAULT_VERSION
Definition: NUMLNamespaces.h:42
contains all error information collected
Definition: NUMLError.h:235
the error log containing all errors / warnings encountered
Definition: NUMLErrorLog.h:39
#define LIBNUML_EXTERN
Begin svn Header.
Definition: extern.h:104