/**
 * AnimatedSprites can throw this to indicate they want to be destroyed.
 */
public class DestroyMe extends Exception {
    public DestroyMe() { super(); }
}
