simulations.core.exceptions
Class AttackDeadPlayerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simulations.core.exceptions.AttackDeadPlayerException
All Implemented Interfaces:
java.io.Serializable

public class AttackDeadPlayerException
extends java.lang.Exception

This exception is thrown when a strategy returns a dead player to attack

See Also:
Serialized Form

Constructor Summary
AttackDeadPlayerException()
          Creates a new instance of AttackDeadPlayerException
 
Method Summary
 
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

AttackDeadPlayerException

public AttackDeadPlayerException()
Creates a new instance of AttackDeadPlayerException