Learn R Programming

cplexAPI (version 1.4.0)

cplexError-class: Class "cplexError"

Description

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

Arguments

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.

References

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