edu.harvard.econcs.jopt.solver
Class MIPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.harvard.econcs.jopt.solver.MIPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MIPInfeasibleException

public class MIPException
extends java.lang.RuntimeException

Exception that is thrown while evaluating a MIP.

Since:
Apr 12, 2004
Version:
$Revision: 1.1 $ on $Date: 2004/12/13 02:11:03 $
See Also:
Serialized Form

Constructor Summary
MIPException(java.lang.String msg)
           
MIPException(java.lang.String msg, java.lang.Throwable arg1)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MIPException

public MIPException(java.lang.String msg)

MIPException

public MIPException(java.lang.String msg,
                    java.lang.Throwable arg1)