edu.umd.cfar.lamp.viper.gui.data
Class InterpolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.umd.cfar.lamp.viper.gui.data.InterpolationException
All Implemented Interfaces:
java.io.Serializable

public class InterpolationException
extends java.lang.Exception

Abstract class that super-classes all exceptions that can be generated through interpolation process. There are two things that can go wrong when interpo- lating. 1)Interpolation alogorythims has not been written for the shape that is beaing interpolated 2)User leaves "null" for an implemented attribute in a frame that is either begining or ending frame of interpolation bar. The program needs two key frames to figure out what to put in the middle.

See Also:
Serialized Form

Constructor Summary
InterpolationException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterpolationException

public InterpolationException(java.lang.String s)