Modifier and Type | Method and Description |
---|---|
SBMLError |
SBMLErrorLog.getError(long n)
Returns the nth
SBMLError object in this log. |
SBMLError |
SBMLDocument.getError(long n)
Returns the nth error or warning encountered during parsing,
consistency checking, or attempted translation of this model.
|
SBMLError |
SBMLValidator.getFailure(long n)
Returns the failure object at index n in this validator's list of
failures logged during the last run.
|
Modifier and Type | Method and Description |
---|---|
void |
SBMLValidator.logFailure(SBMLError err)
Adds the given failure to this list of Validators failures.
|
Constructor and Description |
---|
SBMLError(SBMLError orig)
Copy constructor; creates a copy of this
SBMLError . |