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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterpolationException
public InterpolationException()
InterpolationException
public InterpolationException(String msg)
InterpolationException
public InterpolationException(Exception e)