be.saltwater.jaqel.maze.loaders
Class TileSetLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybe.saltwater.jaqel.maze.loaders.TileSetLoadException
All Implemented Interfaces:
java.io.Serializable

public class TileSetLoadException
extends java.lang.Exception

An exception that is thrown by TileSetLoader.load() when something goes wrong when loading the model.

Author:
Bruno Windels
See Also:
Tile, Maze, Serialized Form

Constructor Summary
TileSetLoadException(java.lang.String message)
           
 
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

TileSetLoadException

public TileSetLoadException(java.lang.String message)