JTP
Class TileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by JTP.TileException
All Implemented Interfaces:
Serializable

public class TileException
extends Exception

Class used to handle most tile and level related exceptions

Author:
V.Termanis
See Also:
Serialized Form

Constructor Summary
TileException(String s)
          Constructs a TileException with the specified detail message.
 
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

TileException

public TileException(String s)
Constructs a TileException with the specified detail message.

Parameters:
s - the detail message