WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization
Class EasySolverException

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

public class EasySolverException
extends RuntimeException

This is the generic exception class for the EasySolver Enterprise JavaBean.

See Also:
EasySolver, Serialized Form

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

EasySolverException

public EasySolverException()

EasySolverException

public EasySolverException(String s)

WebCab Optimization
v2.6
(J2EE Edition)