WebCab Options and Futures Demo
v2.5
(J2SE Edition)

webcab.lib.finance.options.exotic
Class ExoticOptionsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--webcab.lib.finance.options.exotic.ExoticOptionsException
All Implemented Interfaces:
Serializable

public class ExoticOptionsException
extends RuntimeException

Generic Exotic Options exception, usually thrown to indicate errors in input values.

See Also:
Serialized Form

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

ExoticOptionsException

public ExoticOptionsException()

ExoticOptionsException

public ExoticOptionsException(String msg)

WebCab Options and Futures Demo
v2.5
(J2SE Edition)