com.webcab.ejb.math.optimization.multidimensional
Class MultiDimensionalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.webcab.ejb.math.optimization.multidimensional.MultiDimensionalException
- All Implemented Interfaces:
- Serializable
- public class MultiDimensionalException
- extends RuntimeException
This exception is thrown when any error occurs during the execution of the algorithms. When
the exception is thrown one of the possible error message strings is returned:
- "The algorithm is incompatible with the supplied function type" - An exception
with this message is thrown if you supply a function type that is not supported by the
algorithm being used.
- "No solution satisfies the given constraints" - An exception with this message
is thrown in multiLinearSimplex() if the linear programming problem has no solution.
- "Unbounded function" - An exception with this message is thrown by the
LinearProgramming#multiLinearSimplex()
method if the functon supplied is unbounded at a point within the domain over which the function is
considered.
- "Function evaluation exception" - An exception caught while requesting the value of
a function at a point.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultiDimensionalException
public MultiDimensionalException()
MultiDimensionalException
public MultiDimensionalException(String s)