WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization.unidimensional
Class UniDimensionalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.webcab.ejb.math.optimization.unidimensional.UniDimensionalException
All Implemented Interfaces:
Serializable

public class UniDimensionalException
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:

See Also:
Serialized Form

Constructor Summary
UniDimensionalException()
           
UniDimensionalException(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

UniDimensionalException

public UniDimensionalException()

UniDimensionalException

public UniDimensionalException(String s)

WebCab Optimization
v2.6
(J2EE Edition)