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
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConceptSaturatedException
public ConceptSaturatedException(String msg)