Catch tile exceptions and report them instead of giving birth to a sizable

member of the bovine community.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1673 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-09-12 21:10:31 +00:00
parent 55e7bfcbb8
commit d287fa7195
2 changed files with 21 additions and 24 deletions
@@ -1,5 +1,5 @@
//
// $Id: EditableMisoSceneImpl.java,v 1.20 2002/05/17 19:06:23 ray Exp $
// $Id: EditableMisoSceneImpl.java,v 1.21 2002/09/12 21:10:31 mdb Exp $
package com.threerings.miso.scene.tools;
@@ -38,12 +38,8 @@ public class EditableMisoSceneImpl
*
* @param model the scene data that we'll be displaying.
* @param tmgr the tile manager from which to load our tiles.
*
* @exception NoSuchTileException thrown if the model references a
* tile which is not available via the supplied tile manager.
*/
public EditableMisoSceneImpl (MisoSceneModel model, MisoTileManager tmgr)
throws NoSuchTileException, NoSuchTileSetException
{
super(model, tmgr);
}