SBMLProblem-class           package:rsbml           R Documentation

_S_B_M_L_P_r_o_b_l_e_m

_D_e_s_c_r_i_p_t_i_o_n:

     Represents an exception thrown during SBML parsing.

_D_e_t_a_i_l_s:

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

_S_l_o_t_s:


     '_l_i_n_e': The '"numeric"' line number in the SBML file where the
          problem was detected. 

     '_c_o_l_u_m_n': Object of class '"numeric"' column number in the SBML
          file where the problem was detected. 

     '_m_s_g': Object of class '"character"', a human-readable description
          of the problem. 

_M_e_t_h_o_d_s:


     ._c_o_n_d_i_t_i_o_n 'signature(object = "SBMLProblem")': constructs a
          'condition' object representing the exception. 

_A_u_t_h_o_r(_s):

     Michael Lawrence

_S_e_e _A_l_s_o:

     'SBMLProblems', a container for instances of this class.

