XPRSprobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.dashoptimization.XPRSexception
-
- com.dashoptimization.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
-
-
Constructor Summary
Constructor and Description XPRSprobException(XPRSprob prob, java.lang.String message, int code)
-
Method Summary
Modifier and Type Method and Description XPRSprob
getXPRSprob()
-
Methods inherited from class com.dashoptimization.XPRSexception
getCode, getSource
-
-