com.agentfactory.platform.core
Class AgentConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.agentfactory.platform.core.AgentConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class AgentConfigurationException
extends java.lang.Exception

Exception thrown whenever an agent could not be created properly. Errors in the agents configuration file are typical examples of what can cause failure of the agents creation.

See Also:
Serialized Form

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

AgentConfigurationException

public AgentConfigurationException(java.lang.String inString)