evolution.lands
Class NoSuchLandResourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--evolution.lands.NoSuchLandResourceException

public class NoSuchLandResourceException
extends Exception

A class of NoSuchResourcesExceptions. This exception is thrown when there is a shortage of resources.


Constructor Summary
NoSuchLandResourceException()
          Create new NoSuchResourceException.
NoSuchLandResourceException(String msg)
          Create new NoSuchResourceException with given message.

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

NoSuchLandResourceException

public NoSuchLandResourceException()
Create new NoSuchResourceException.

NoSuchLandResourceException

public NoSuchLandResourceException(String msg)
Create new NoSuchResourceException with given message.

a gvijf production