NoLongerAnySuchNoSuchTileException. Instead we just log a warning and

return a tile with an error image so that the caller doesn't freak out and
we achieve maximal "continue to work as much as possible."


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3177 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-10-28 17:49:02 +00:00
parent 69e3f857c2
commit a70efc3ffb
10 changed files with 52 additions and 110 deletions
@@ -1,5 +1,5 @@
//
// $Id: ImageProvider.java,v 1.4 2004/08/27 02:12:41 mdb Exp $
// $Id: ImageProvider.java,v 1.5 2004/10/28 17:49:02 mdb Exp $
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -25,6 +25,7 @@ import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import com.threerings.media.image.Colorization;
import com.threerings.media.image.ImageManager;
import com.threerings.media.image.Mirage;
/**