CPLEX Java API Reference Manual
ilog.cplex

Class IloCplexModeler.Exception

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getStatus()
      Returns the error code or status that caused the exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getStatus

        public int getStatus()

        Returns the error code or status that caused the exception.

CPLEX Java API Reference Manual