Package | Description |
---|---|
org.opensourcedea.exception |
Modifier and Type | Class and Description |
---|---|
class |
DEASolverException
A DEASolver exception.
|
class |
IncompatibleModelTypeException |
class |
InconsistentDataException
A DEAException thrown when number of variables or DMUs do not match between different element of the DEAProblem
(e.g.
|
class |
InconsistentNoOfDMUsException
A DEAException extending InconsistentData thrown when number of DMUs do not match between different
element of the DEAProblem.
|
class |
InconsistentNoOfVariablesException
A DEAException extending InconsistentData thrown when number of Variables do not match between
different element of the DEAProblem.
|
class |
InvalidPropertyValueException
A DEAException thrown when number of variables or DMUs do not match between different element of the DEAProblem
(e.g.
|
class |
MissingDataException
A DEAException thrown when number the DEAProblem has missing data.
|
class |
ProblemNotSolvedProperlyException |