Class EmptyLocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--EmptyLocationException
All Implemented Interfaces:
java.io.Serializable

public class EmptyLocationException
extends java.lang.Exception

Defines an Exception if there is an empty, default MapObject, on the Grid square inspected.

See Also:
Grid, MapObject, Serialized Form

Constructor Summary
EmptyLocationException(java.lang.String s)
          Simple constructor for EmptyLocationException
 
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

EmptyLocationException

public EmptyLocationException(java.lang.String s)
Simple constructor for EmptyLocationException

Parameters:
s - the String to pass along