genopt.algorithm.util.math
Class NoConvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
genopt.lang.OptimizerException
genopt.algorithm.util.math.NoConvergenceException
- All Implemented Interfaces:
- java.io.Serializable
public class NoConvergenceException
- extends OptimizerException
Exception that is thrown when convergence is not achieved.
This project was carried out at:
and supported by
GenOpt Copyright (c) 1998-2011, The Regents of the University of
California, through Lawrence Berkeley National Laboratory (subject
to receipt of any required approvals from the U.S. Dept. of Energy).
All rights reserved.
- Version:
- GenOpt(R) 3.1.0 (December 8, 2011)
- Author:
- Michael Wetter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- The serial version number
- See Also:
- Constant Field Values
NoConvergenceException
public NoConvergenceException()
- Constructs a NoConvergenceException with no detail message
NoConvergenceException
public NoConvergenceException(java.lang.String s)
- Constructs a NoConvergenceException with the specified detail message
- Parameters:
s - the detail message