|
|||||||||
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 java.lang.RuntimeException vmm.core.ThreadedAnimation.AnimationCanceledException
protected class ThreadedAnimation.AnimationCanceledException
A trivial exception class that exists only to make it possible to cancel ThreadAnimations.
If an animation's cancel
method is called, then an AnimationCanceledException is
thrown the next time pause
is called. (Programming note: The cancel
method can't throw the exception itself because it is presumably being called in another
thread -- the exception would abort that thread instead of the animation thread.)
Constructor Summary | |
---|---|
protected |
ThreadedAnimation.AnimationCanceledException()
|
Method Summary |
---|
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 |
---|
protected ThreadedAnimation.AnimationCanceledException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |