fr.lifl.magique
Class NoActionSkillException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfr.lifl.magique.NoActionSkillException
All Implemented Interfaces:
java.io.Serializable

public class NoActionSkillException
extends java.lang.RuntimeException

This exception is thrown when an agent tries to "start", and has no action defined (must be defined with "setAction()" learn a skill who

See Also:
fr.lifl.magique, fr.lifl.magique, Serialized Form

Constructor Summary
NoActionSkillException(java.lang.String agentName)
           
 
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

NoActionSkillException

public NoActionSkillException(java.lang.String agentName)