Class NonEmptyException

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

public class NonEmptyException
extends java.lang.RuntimeException

Defines an Exception if the Location specified is filled by an MapObject, ie not the Default MapObject.

See Also:
Grid, Location, MapObject, Serialized Form

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

NonEmptyException

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

Parameters:
s - the String to pass along