Initializing help system before first use

XPRSprobException

  • All Implemented Interfaces:
    java.io.Serializable


    public class XPRSprobException
    extends XPRSexception
    Legacy class used to encapsulate errors thrown on XPRSprob. Deprecated; used XPRSexception instead.
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method and Description
      XPRSprob getXPRSprob() 
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XPRSprobException

        public XPRSprobException(XPRSprob prob,
                                 java.lang.String message,
                                 int code)
    • Method Detail

      • getXPRSprob

        public XPRSprob getXPRSprob()