SBMLProblem-class: SBMLProblem

Description Details Slots Methods Author(s) See Also

Description

Represents an exception thrown during SBML parsing.

Details

There are trivial subclasses for fatal errors (SBMLFatal), recoverable errors (SBMLError), warnings (SBMLWarning) and informational messages (SBMLInfo). Errors become R error conditions, warnings become R warning conditions and messages are output via message.

Slots

line:

The "numeric" line number in the SBML file where the problem was detected.

column:

Object of class "numeric" column number in the SBML file where the problem was detected.

msg:

Object of class "character", a human-readable description of the problem.

Methods

.condition

signature(object = "SBMLProblem"): constructs a condition object representing the exception.

Author(s)

Michael Lawrence

See Also

SBMLProblems, a container for instances of this class.


rsbml documentation built on Nov. 8, 2020, 8:09 p.m.