quicktime.app.anim
Class SpriteInvalidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--quicktime.QTRuntimeException
                          |
                          +--quicktime.app.anim.SpriteInvalidException
All Implemented Interfaces:
java.io.Serializable

public class SpriteInvalidException
extends QTRuntimeException

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.

See Also:
Serialized Form

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

SpriteInvalidException

public SpriteInvalidException(java.lang.String s)
Creates the exception.
Parameters:
s - a message