Class InterpolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.tu_bs.isbs.util.math.interpolation.InterpolationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CsvInterpolation.FirstValueMissingInterpolationException, CsvInterpolation.LastValueMissingInterpolationException, CsvInterpolation.RangeExceededInterpolationException

public class InterpolationException
extends java.lang.Exception
Author:
Stefan
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InterpolationException​(java.lang.String message)  
    InterpolationException​(java.lang.String message, java.lang.Throwable ex)  
    InterpolationException​(java.lang.Throwable ex)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait