fr.lifl.magique
Class SkillAlreadyAcquiredException

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

public class SkillAlreadyAcquiredException
extends java.lang.RuntimeException

This exception is thrown when an agent tries to learn a skill who contains a public method with the same signature as another laready known by the agent

See Also:
Serialized Form

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

SkillAlreadyAcquiredException

public SkillAlreadyAcquiredException(java.lang.String methodName)