WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Class BelowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.webcab.ejb.finance.portfolio.PortfolioException
                          |
                          +--com.webcab.ejb.finance.portfolio.BelowException
All Implemented Interfaces:
Serializable

public class BelowException
extends PortfolioException

The `BelowException' exception is thrown when the investors utility function does not select an optimal portfolio from the Efficient Frontier because for all values of the expected return considered the Utility function is less than the Efficient Frontier.

This means that not only is there no optimal portfolio in accordance with the investors utility function but the investor is not prepared to hold any of the available portfolios because the risk is too high for each value of the expected return.

See Also:
Serialized Form

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

BelowException

public BelowException()

WebCab Portfolio Demo
v4.2
(J2EE Edition)