Class InvalidLocationException

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

public class InvalidLocationException
extends java.lang.Exception

Defines an Exception if the Location specified is not a valid Location on the Grid

See Also:
Grid, Location, MapObject, Serialized Form

Constructor Summary
InvalidLocationException(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

InvalidLocationException

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

Parameters:
s - the String to pass along