cplexError-class: Class '"cplexError"'

Description Objects from the Class Slots Methods Author(s) References

Description

Objects of class cpxerr are returned by various functions of cplexAPI, in order to distinguish a status (error) code from a successfull result.

Objects from the Class

Objects can be created by calls of the form cplexError(err), with err beeing an error code of IBM ILOG CPLEX.

Slots

errnum:

Object of class "integer" containing the error code.

Methods

err

signature(object = "cplexError"): Prints an error message string corresponding to the error code.

errmsg

signature(object = "cplexError"): Returns an error message string corresponding to the error code.

errnum

signature(object = "cplexError"): Gets the error code.

errnum<-

signature(object = "cplexError"): Sets the error code.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

References

The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.


cplexAPI documentation built on Oct. 23, 2020, 5:45 p.m.