simulations.core.exceptions
Class ManyPlayerToAttackException

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

public class ManyPlayerToAttackException
extends java.lang.Exception

This class describes an exception thrown when a strategy returns more that one player to attack

See Also:
Serialized Form

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

ManyPlayerToAttackException

public ManyPlayerToAttackException()
Creates a new instance of ManyPlayerToAttackException