WebCab Portfolio Demo
v4.2
(J2SE Edition)

webcab.lib.finance.portfolio
Class SolveFrontierException

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

public class SolveFrontierException
extends Exception

This is the Solve Frontier class exception which is known if no solution is found for the given input parameters.

See Also:
Serialized Form

Constructor Summary
SolveFrontierException(String e)
           
 
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

SolveFrontierException

public SolveFrontierException(String e)

WebCab Portfolio Demo
v4.2
(J2SE Edition)