WebCab Optimization
v2.6
(J2EE Edition)

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:

See Also:
Serialized Form

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

MultiDimensionalException

public MultiDimensionalException()

MultiDimensionalException

public MultiDimensionalException(String s)

WebCab Optimization
v2.6
(J2EE Edition)