WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Class NoSolutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.webcab.ejb.finance.bonds.NoSolutionException
All Implemented Interfaces:
Serializable

public class NoSolutionException
extends Exception

This is an exception thrown when a solution to the equation cannot be found.

See Also:
Serialized Form

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

NoSolutionException

public NoSolutionException()

WebCab Bonds Demo
(J2EE Edition)