edu.harvard.econcs.jopt
Class JoptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.harvard.econcs.jopt.JoptException
All Implemented Interfaces:
java.io.Serializable

public class JoptException
extends java.lang.Exception

An Exception that is thrown specifically because of a JOpt (or solver) problem.

Since:
Mar 15, 2004
Version:
$Revision: 1.1 $ on $Date: 2004/12/13 02:11:04 $
See Also:
Serialized Form

Constructor Summary
JoptException(java.lang.String msg)
           
JoptException(java.lang.String msg, java.lang.Throwable t)
           
 
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

JoptException

public JoptException(java.lang.String msg)

JoptException

public JoptException(java.lang.String msg,
                     java.lang.Throwable t)