- All Implemented Interfaces:
- java.io.Serializable
public class DEASolverException
extends DEAException
A DEASolver exception. Used when the Lpsolve crashes. This should not happen has the check in the DEAProblem.solve() method
should throw an DEAException before bad data is sent to a model (e.g. throw MissingData DEAexception is there is no data in the
DEAProblem).
- Author:
- Hubert Virtos
- See Also:
- Serialized Form