WebCab Portfolio Demo
v4.2
(J2SE Edition)

webcab.lib.finance.portfolio
Class NoSolutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--webcab.lib.finance.portfolio.PortfolioException
                          |
                          +--webcab.lib.finance.portfolio.NoSolutionException
All Implemented Interfaces:
Serializable

public class NoSolutionException
extends PortfolioException

This exception is thrown to indicate that there are no portfolios with the expected return as requested in one of the methods. This may happen if the requested expected return is greater than the expecter returns of all assets.

See Also:
Serialized Form

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

NoSolutionException

public NoSolutionException(String s)

WebCab Portfolio Demo
v4.2
(J2SE Edition)