Exception | Description |
---|---|
DEAException |
General DEA Exception used in this library
|
DEASolverException |
A DEASolver exception.
|
IncompatibleModelTypeException | |
InconsistentDataException |
A DEAException thrown when number of variables or DMUs do not match between different element of the DEAProblem
(e.g.
|
InconsistentNoOfDMUsException |
A DEAException extending InconsistentData thrown when number of DMUs do not match between different
element of the DEAProblem.
|
InconsistentNoOfVariablesException |
A DEAException extending InconsistentData thrown when number of Variables do not match between
different element of the DEAProblem.
|
InvalidPropertyValueException |
A DEAException thrown when number of variables or DMUs do not match between different element of the DEAProblem
(e.g.
|
MissingDataException |
A DEAException thrown when number the DEAProblem has missing data.
|
ProblemNotSolvedProperlyException |