WebCab Optimization
v2.6
(J2SE Edition)

webcab.lib.math.optimization.linearprogramming
Class LinearProgrammingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webcab.lib.math.optimization.linearprogramming.LinearProgrammingException
All Implemented Interfaces:
Serializable

public class LinearProgrammingException
extends Exception

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:

See Also:
Serialized Form

Constructor Summary
LinearProgrammingException()
           
LinearProgrammingException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinearProgrammingException

public LinearProgrammingException()

LinearProgrammingException

public LinearProgrammingException(String s)

WebCab Optimization
v2.6
(J2SE Edition)