WebCab Portfolio Demo
v4.2
(J2SE Edition)

webcab.lib.finance.portfolio
Class OptionsException

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

public class OptionsException
extends Exception

Exception usually thrown to indicate error in input values.

See Also:
Serialized Form

Constructor Summary
OptionsException()
           
OptionsException(Exception e)
           
OptionsException(String msg)
           
 
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

OptionsException

public OptionsException()

OptionsException

public OptionsException(String msg)

OptionsException

public OptionsException(Exception e)

WebCab Portfolio Demo
v4.2
(J2SE Edition)