24 #ifndef NUMLErrorLog_h 25 #define NUMLErrorLog_h 29 #include <sbml/xml/XMLError.h> 30 #include <sbml/xml/XMLErrorLog.h> 36 LIBNUML_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);
171 LIBNUML_CPP_NAMESPACE_END
Definition: NUMLError.h:203
const unsigned int NUML_DEFAULT_VERSION
Definition: NUMLNamespaces.h:42
#define LIBNUML_EXTERN
Begin svn Header.
Definition: extern.h:104
the error log containing all errors / warnings encountered
Definition: NUMLErrorLog.h:38
General NUML error not falling into another category below.
Definition: NUMLError.h:149
contains all error information collected
Definition: NUMLError.h:234
LIBNUML_CPP_NAMESPACE_BEGIN const unsigned int NUML_DEFAULT_LEVEL
Definition: NUMLNamespaces.h:41