|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--quicktime.QTRuntimeException
|
+--quicktime.app.anim.SpriteInvalidException
Certain actions like invalidate can only be performed on a TwoDSprite when the Sprite that it uses is an active member of its SpriteWorld. If a method is called on the TwoDSprite when its Sprite is invalid this runtime exception is thrown.
| Constructor Summary | |
SpriteInvalidException(java.lang.String s)
Creates the exception. |
|
| Methods inherited from class quicktime.QTRuntimeException |
errorCode, errorCodeToString, handleOrThrow, registerHandler, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SpriteInvalidException(java.lang.String s)
s - a message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||