Jadex 0.96-beta1

jadex.runtime
Class AgentCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jadex.runtime.AgentCreationException
All Implemented Interfaces:
Serializable

public class AgentCreationException
extends RuntimeException

A problem occurred during the creation of an agent.

See Also:
Serialized Form

Constructor Summary
AgentCreationException(String message, Throwable cause)
          Create a new agent creation exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentCreationException

public AgentCreationException(String message,
                              Throwable cause)
Create a new agent creation exception.

Parameters:
message - The message.
cause - The parent exception (if any).

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.