WebCab Portfolio Demo
v4.2
(J2SE Edition)

webcab.lib.finance.portfolio
Class InterpolationDemoException

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

public class InterpolationDemoException
extends Exception

This exception is thrown by the demo version of the Interpolation class after the number of maximum method calls has been reached. In case you catch this exception and wish to resume working with the Interpolation class, you will be required to restart the current instance of the running JVM (Java Virtual Machine).

See Also:
Serialized Form

Constructor Summary
InterpolationDemoException()
           
InterpolationDemoException(Exception e)
           
InterpolationDemoException(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

InterpolationDemoException

public InterpolationDemoException()

InterpolationDemoException

public InterpolationDemoException(String msg)

InterpolationDemoException

public InterpolationDemoException(Exception e)

WebCab Portfolio Demo
v4.2
(J2SE Edition)