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
-
Constructor Details
-
InterpolationException
public InterpolationException(java.lang.String message) -
InterpolationException
public InterpolationException(java.lang.Throwable ex) -
InterpolationException
public InterpolationException(java.lang.String message, java.lang.Throwable ex)
-