WebCab Functions
v2.0
(J2SE Edition)

webcab.lib.math.interpolation
Class InterpolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webcab.lib.math.interpolation.InterpolationException
All Implemented Interfaces:
Serializable

public class InterpolationException
extends Exception

This exception will be thrown to indicate errors in input values for any of the implemented methods.

See Also:
Serialized Form

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

InterpolationException

public InterpolationException()

InterpolationException

public InterpolationException(String msg)

InterpolationException

public InterpolationException(Exception e)

WebCab Functions
v2.0
(J2SE Edition)