Class InterpolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
toxi.geom.nurbs.InterpolationException
All Implemented Interfaces:
Serializable

public class InterpolationException extends Exception
An InterpolationException is thrown if Nurbs could not be interpolated from the given points.
Version:
1.0
Author:
sg
See Also:
  • Constructor Details

    • InterpolationException

      public InterpolationException()
    • InterpolationException

      public InterpolationException(String arg0)
    • InterpolationException

      public InterpolationException(String arg0, Throwable arg1)
    • InterpolationException

      public InterpolationException(Throwable arg0)