|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception edu.umd.cfar.lamp.viper.gui.data.InterpolationException
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.
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 |
public InterpolationException(java.lang.String s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |