simulations.core.exceptions
Class AttackMySelfException

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

public class AttackMySelfException
extends java.lang.Exception

This exception is thrown when an attack strategy returns the owner of the strategy to attack

See Also:
Serialized Form

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

AttackMySelfException

public AttackMySelfException()
Creates a new instance of AttackMySelfException