Uses of Class
com.threerings.whirled.util.NoSuchSceneException

Packages that use NoSuchSceneException
com.threerings.whirled.client.persist   
com.threerings.whirled.server.persist   
 

Uses of NoSuchSceneException in com.threerings.whirled.client.persist
 

Methods in com.threerings.whirled.client.persist that throw NoSuchSceneException
 SceneModel SceneRepository.loadSceneModel(int sceneId)
          Fetches the model for the scene with the specified id.
 

Uses of NoSuchSceneException in com.threerings.whirled.server.persist
 

Methods in com.threerings.whirled.server.persist that throw NoSuchSceneException
 SceneModel SceneRepository.loadSceneModel(int sceneId)
          Fetches the model for the scene with the specified scene id.
 SceneModel DummySceneRepository.loadSceneModel(int sceneId)
           
 



Copyright © 2011. All Rights Reserved.