jade.core
Class NameClashException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.core.NameClashException

public class NameClashException
extends java.lang.Exception

This exception is thrown when trying to create an agent with an already existing name.

Version:
$Date: 2001/08/28 15:00:09 $ $Revision: 2.2 $
Author:
Giovanni Rimassa - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
NameClashException(java.lang.String msg)
          Construct a NameClashException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameClashException

public NameClashException(java.lang.String msg)
Construct a NameClashException with the given message.
Parameters:
msg - The exception message.