neuroidnet.periphery
Class ConceptSaturatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--neuroidnet.periphery.ConceptSaturatedException
All Implemented Interfaces:
Serializable

public class ConceptSaturatedException
extends Exception

ConceptSaturatedException.java Exception thrown from ArtificialConcept.attach() whenever a Neuroid is recruited tries to attach to a Concept which has already Area.replication members.

Created: Tue Sep 18 23:24:35 2001

Modified: $Date: 2002/03/26 00:28:44 $

Version:
$Revision: 1.4 $ for this file.
Author:
Cengiz Gunay
See Also:
ArtificialConcept.attach(neuroidnet.ntr.Neuroid), Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConceptSaturatedException(String msg)
           
 
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

ConceptSaturatedException

public ConceptSaturatedException(String msg)