WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Class EfficientFrontierNotCalculatedException

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

public class EfficientFrontierNotCalculatedException
extends PortfolioException

This exception is thrown if the efficient frontier has not been properly calculated using the calculateEfficientFrontier() method.

See Also:
Serialized Form

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

EfficientFrontierNotCalculatedException

public EfficientFrontierNotCalculatedException()

WebCab Portfolio Demo
v4.2
(J2EE Edition)