WebCab Bonds
v2.01
(J2SE Edition)

webcab.lib.finance.pricing.core.contexts
Class ContextNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--webcab.lib.finance.pricing.BondsException
                          |
                          +--webcab.lib.finance.pricing.core.contexts.ContextNotFoundException
All Implemented Interfaces:
Serializable

public class ContextNotFoundException
extends BondsException

See Also:
Serialized Form

Constructor Summary
ContextNotFoundException()
           
ContextNotFoundException(String s)
           
ContextNotFoundException(String s, Throwable cause)
           
ContextNotFoundException(Throwable cause)
           
 
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

ContextNotFoundException

public ContextNotFoundException()

ContextNotFoundException

public ContextNotFoundException(String s)

ContextNotFoundException

public ContextNotFoundException(Throwable cause)

ContextNotFoundException

public ContextNotFoundException(String s,
                                Throwable cause)

WebCab Bonds
v2.01
(J2SE Edition)