evolution.resources
Class NotEnoughResourcesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--evolution.resources.NotEnoughResourcesException

public class NotEnoughResourcesException
extends Exception

A class of NotEnoughResourceExceptions.


Constructor Summary
NotEnoughResourcesException()
          Create new NotEnoughResourcesException.
NotEnoughResourcesException(String msg)
          Create new NotEnoughResourcesException 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

NotEnoughResourcesException

public NotEnoughResourcesException()
Create new NotEnoughResourcesException.

NotEnoughResourcesException

public NotEnoughResourcesException(String msg)
Create new NotEnoughResourcesException with given message.

a gvijf production