Package toxi.geom.nurbs
Class InterpolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
toxi.geom.nurbs.InterpolationException
- All Implemented Interfaces:
Serializable
An InterpolationException is thrown if Nurbs could not be interpolated from
the given points.
- Version:
- 1.0
- Author:
- sg
- See Also:
-
Constructor Summary
ConstructorDescriptionInterpolationException
(String arg0) InterpolationException
(String arg0, Throwable arg1) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterpolationException
public InterpolationException() -
InterpolationException
-
InterpolationException
-
InterpolationException
-