simulations.core.exceptions
Class NoPlayerToAttackException

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

public class NoPlayerToAttackException
extends java.lang.Exception

This class describes an exception thrown when a strategy returns no player to attack

See Also:
Serialized Form

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

NoPlayerToAttackException

public NoPlayerToAttackException()
Creates a new instance of NoPlayerToAttackException