All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class labyrinth.TileException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----labyrinth.TileException

public class TileException
extends RuntimeException
Exception for Tiles.


Constructor Index

 o TileException(String)
Build exception with error string.

Constructors

 o TileException
 public TileException(String s)
Build exception with error string.

Parameters:
s - error string

All Packages  Class Hierarchy  This Package  Previous  Next  Index