evolution
Class EmptyEnergyBufferException

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

public class EmptyEnergyBufferException
extends Exception

This exception is thrown when the human's energybuffer becomes empty.


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

EmptyEnergyBufferException

public EmptyEnergyBufferException()
Create new EmptyEnergyBufferException.

EmptyEnergyBufferException

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

a gvijf production