games.sy
Class MapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by games.sy.MapException
All Implemented Interfaces:
java.io.Serializable

public class MapException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MapException()
           
MapException(java.lang.String arg0)
           
MapException(java.lang.String arg0, java.lang.Throwable arg1)
           
MapException(java.lang.Throwable arg0)
           
 
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

MapException

public MapException()

MapException

public MapException(java.lang.String arg0,
                    java.lang.Throwable arg1)

MapException

public MapException(java.lang.String arg0)

MapException

public MapException(java.lang.Throwable arg0)