com.threerings.media.tile
Class NoSuchTileSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.media.tile.NoSuchTileSetException
All Implemented Interfaces:
Serializable

public class NoSuchTileSetException
extends Exception

Thrown when an attempt is made to retrieve a non-existent tile set from the tile set manager.

See Also:
Serialized Form

Constructor Summary
NoSuchTileSetException(int tileSetId)
           
NoSuchTileSetException(String tileSetName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchTileSetException

public NoSuchTileSetException(String tileSetName)

NoSuchTileSetException

public NoSuchTileSetException(int tileSetId)