gurobi
Class GRBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gurobi.GRBException
All Implemented Interfaces:
java.io.Serializable

public class GRBException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GRBException()
           
GRBException(int errcode)
           
GRBException(java.lang.String errmsg)
           
GRBException(java.lang.String errmsg, int errcode)
           
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GRBException

public GRBException()

GRBException

public GRBException(int errcode)

GRBException

public GRBException(java.lang.String errmsg)

GRBException

public GRBException(java.lang.String errmsg,
                    int errcode)
Method Detail

getErrorCode

public int getErrorCode()