GRBException()

Exception constructor.

GRBException GRBException ( int errcode )

    Create a Gurobi exception.

    Arguments:

    errcode: Error code for exception.

    Return value:

    An exception object.

GRBException GRBException ( String errmsg )

    Create a Gurobi exception.

    Arguments:

    errmsg: Error message for exception.

    Return value:

    An exception object.

GRBException GRBException ( String errmsg,
    int errcode )
    Create a Gurobi exception.

    Arguments:

    errmsg: Error message for exception.

    errcode: Error code for exception.

    Return value:

    An exception object.