evolution
Class NoHumanSelectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--evolution.NoHumanSelectionException

public class NoHumanSelectionException
extends Exception

Thrown when the human selection is empty and world needs to pop a human from the selection.


Constructor Summary
NoHumanSelectionException(String msg)
          Create new NoHumanSelectionException with the 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

NoHumanSelectionException

public NoHumanSelectionException(String msg)
Create new NoHumanSelectionException with the given message.

a gvijf production