neuroidnet.ntr
Class ResynapseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--neuroidnet.ntr.ResynapseException
All Implemented Interfaces:
Serializable

public class ResynapseException
extends Exception

ResynapseException.java Exception thrown in case two synaptic boutons of an axon end up on the same postsynaptic neuroid. Created: Sun Mar 11 01:42:59 2001

Version:
Author:
Cengiz Gunay
See Also:
Serialized Form

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

ResynapseException

public ResynapseException(String msg)