webcab.lib.finance.portfolio
Class EfficientFrontierNotCalculatedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--webcab.lib.finance.portfolio.PortfolioException
|
+--webcab.lib.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EfficientFrontierNotCalculatedException
public EfficientFrontierNotCalculatedException()